]> mj.ucw.cz Git - libucw.git/blobdiff - lib/profile.h
One more round of changes to the assert code -- I didn't realize that CONFIG_DEBUG
[libucw.git] / lib / profile.h
index 1d38251969485491a5c2d4c3d67dd20884901dc0..3fe2b975253cdb616a774ffd40849c1dfb97e56c 100644 (file)
@@ -17,7 +17,7 @@
  *             prof_start(&cnt);
  *             ...
  *             prof_stop(&cnt);
- *             printf("%s\n", PROF_STRING(&cnt));
+ *             printf("%s\n", PROF_STR(cnt));
  */
 
 /* PROFILE_TOD: gettimeofday() profiler */