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