D
D
DemetrNieA2012-05-28 20:45:12
Java
DemetrNieA, 2012-05-28 20:45:12

Performance measurements of programs, functions and modules - which handbooks can you read?

Good afternoon.
Please tell me what books/articles you can read about measuring the performance of programs and modules. Interested in both generally accepted measurement practices and methods for determining the effectiveness of measurements.
I will also be grateful for the concretization in Java.
Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
egorinsk, 2012-05-29
@egorinsk

Productivity - the number of operations performed per unit of time. Take your program, and calculate how long it takes to do the operation x times (x must be large for measurement accuracy), then divide one number by another.
For starters, you can read the article: habrahabr.ru/post/143468/

C
CHEM_Eugene, 2012-06-02
@CHEM_Eugene

You can read this book: Java Performance, Charlie Hunt, Binu John

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question