X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fprofile.h;h=3fe2b975253cdb616a774ffd40849c1dfb97e56c;hb=c70b0bd774606177c893f6869ece09d0fd1d9034;hp=1d38251969485491a5c2d4c3d67dd20884901dc0;hpb=49ed04e2e93a6a5b01058638224621d5c07db01c;p=libucw.git diff --git a/lib/profile.h b/lib/profile.h index 1d382519..3fe2b975 100644 --- a/lib/profile.h +++ b/lib/profile.h @@ -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 */