]> mj.ucw.cz Git - libucw.git/blobdiff - lib/profile.h
Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT/sherlock.git#v3.8
[libucw.git] / lib / profile.h
index 7d8d1312c5b09b314f22bb86e06e8023dab55427..c3c29df1faf6a7e2377813fd93b43a62c86b5da1 100644 (file)
@@ -1,7 +1,10 @@
 /*
- *     Sherlock Library -- Poor Man's Profiler
+ *     UCW Library -- Poor Man's Profiler
  *
  *     (c) 2001 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
 /*
@@ -14,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 */