This commit is contained in:
Holger Vogt 2020-04-21 11:45:14 +02:00
parent 572daed2ec
commit 1f8b179ef9
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ printres(char *name)
}
/* do not print it the first time, doubling totalcputime */
if (called)
fprintf(cp_out, "%s time since last call seconds) = %lu.%03lu \n",
fprintf(cp_out, "%s time since last call (seconds) = %lu.%03lu \n",
cpu_elapsed, last_sec, last_msec);
last_sec = total_sec;