X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fprofile.h;h=c3c29df1faf6a7e2377813fd93b43a62c86b5da1;hb=2bc83c3abf7a59da99f7f713927ec36abb994093;hp=1d38251969485491a5c2d4c3d67dd20884901dc0;hpb=49ed04e2e93a6a5b01058638224621d5c07db01c;p=libucw.git diff --git a/lib/profile.h b/lib/profile.h index 1d382519..c3c29df1 100644 --- a/lib/profile.h +++ b/lib/profile.h @@ -1,5 +1,5 @@ /* - * Sherlock Library -- Poor Man's Profiler + * UCW Library -- Poor Man's Profiler * * (c) 2001 Martin Mares * @@ -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 */