]> mj.ucw.cz Git - libucw.git/blobdiff - lib/profile.h
Another thing about the C standard I didn't know: passing a va_list to
[libucw.git] / lib / profile.h
index 1d38251969485491a5c2d4c3d67dd20884901dc0..c3c29df1faf6a7e2377813fd93b43a62c86b5da1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Poor Man's Profiler
+ *     UCW Library -- Poor Man's Profiler
  *
  *     (c) 2001 Martin Mares <mj@ucw.cz>
  *
@@ -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 */