summaryrefslogtreecommitdiffstats
path: root/raslib
diff options
context:
space:
mode:
Diffstat (limited to 'raslib')
-rw-r--r--raslib/rmdebug.icc5
1 files changed, 3 insertions, 2 deletions
diff --git a/raslib/rmdebug.icc b/raslib/rmdebug.icc
index 5c7a292..f325c10 100644
--- a/raslib/rmdebug.icc
+++ b/raslib/rmdebug.icc
@@ -112,8 +112,9 @@ RMTimer::stop()
pause();
if(output && RManBenchmark >= bmLevel ) {
- RMInit::bmOut << "T: " << myClass << "::" << myFunc << ": "
- << accuTime << "us" << std::endl;
+ RMInit::bmOut << std::endl
+ << "PerformanceTimer: " << myClass << " :: " << myFunc << ": "
+ << accuTime << " usecs" << std::endl;
// set output to FALSE
output = 0;
}