Skip to main content

Questions tagged [performance-tools]

0 votes
1 answer
864 views

How to add APM/observability/tracing in a monolithic architecture?

I keep reading articles analyzing Monitoring and Observability, or having lots and lots of text regarding how the latter is the extension of the first, or how they are complementary, or how tracing is ...
Astyanax's user avatar
  • 324
1 vote
4 answers
835 views

Why don't we count CPU operations?

When evaluating code performance, CPU instructions is not the best metric, since the exact number of operations depends on the compiler, CPU model, architecture and so on. And we came up with a bunch ...
Paul92's user avatar
  • 2,631
1 vote
7 answers
14k views

Performance analysis of C++ programs [closed]

How can I measure the performance of my C++ programs using C++? Specific metrics I want to measure are: Memory used (space) Duration taken (time)
A T's user avatar
  • 761
29 votes
8 answers
39k views

KPI's for Programmers [duplicate]

Do you know any Key Performance Indicators for Developers? What should be measured and monitored?
Raymund's user avatar
  • 415