prec / cpp-stopwatch

Automatically exported from code.google.com/p/cpp-stopwatch
Other
0 stars 0 forks source link

report_all with parameter #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
report_all() - by time consumed - current behavior

report_all(SW_ORDER_TIME_CONSUMED) - current

report_all(SW_ORDER_OF_FIRST_START) - by the order of first start
Now I have to put
    sw.report(msr100);
    sw.report(msr50);
    sw.report(msr10);
    sw.report(msr1);
    sw.report(msr0_1);
in the end of tests

Original issue reported on code.google.com by asd.and....@gmail.com on 15 Jan 2013 at 11:39