Skip to main content

Questions tagged [performance-tools]

0 votes
1 answer
871 views

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
839 views

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

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

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