Profiling framework
From: <Stefan.Fuhrmann_at_etas.com>
Date: 2008-01-02 01:44:43 CET
Hi Stefan and other devs,
recently I added a simple performance profiling framework.
There are two macros you can use. PROFILE_BLOCK will
PROFILE_LINE(int pos = FindPosition("abc"))
You may place as many PROFILE_* statements into your
For every profile statement the following data will be recorded:
* number of executions
Times are in CPU clock ticks. Measurements even below 10ns
-- Stefan^2.
---------------------------------------------------------------------
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.