Board index » delphi » Using the MMUsageLogger and ReplayBenchmark

Using the MMUsageLogger and ReplayBenchmark


2005-02-19 08:02:29 PM
delphi53
Been playing with the MMUsageLogger and the ReplayBenchmark.
Great tool, but rather unexploited in the current benchmarks !
I've created a log file for the eLink benchmark (7.5 MB log file containing
644000 operations), and use it in a descendant class of TReplayBenchmark in
which you can specify the usage log file name (this way we can add as much
replays as we want).
I'll add the code changes to the next B&V, so you can all add replays from
your own favourite applications. it is really very easy.
The only thing missing is a multi-threaded version of ReplayBenchmark.
Cheers,
Robert
P.S. The usage log files will slightly :-) increase the size of the B&V,
though...
 
 

Re:Using the MMUsageLogger and ReplayBenchmark

Quote
The only thing missing is a multi-threaded version of ReplayBenchmark.
I wrote one a while back, but it needs a little cleaning up, I was messing
around with windows performance monitor stats at the same time. It uses a
loop of say 10000 and only lets x amount of threads run at the same time.
DD
 

Re:Using the MMUsageLogger and ReplayBenchmark

Hi Dan,
That's exactly what we need.
If you want you can send me the code, I will clean it up and integrate it in
the B&V release.
Robert
"Dan Downs" <XXXX@XXXXX.COM>writes
Quote
>The only thing missing is a multi-threaded version of ReplayBenchmark.

I wrote one a while back, but it needs a little cleaning up, I was messing
around with windows performance monitor stats at the same time. It uses a
loop of say 10000 and only lets x amount of threads run at the same time.

DD