diff --git a/tools/jprof/leaky.cpp b/tools/jprof/leaky.cpp index 4d8e2bc3287..5f0fd9b27fe 100644 --- a/tools/jprof/leaky.cpp +++ b/tools/jprof/leaky.cpp @@ -363,7 +363,7 @@ void leaky::generateReportHTML(FILE *fp, int *countArray, int count) fprintf(fp,"
\n"); int *rankingTable = new int[usefulSymbols]; @@ -394,7 +394,7 @@ void leaky::generateReportHTML(FILE *fp, int *countArray, int count) // this loop. Later we can get callers and callees into it like gprof // does fprintf(fp, - "
\n"); fprintf(fp, "%5s %5s %4s %s\n", "index", "Count", "Hits", "Function Name"); @@ -431,7 +431,7 @@ void leaky::generateReportHTML(FILE *fp, int *countArray, int count) } } - fprintf(fp,"
Flat Profile
\n"); + fprintf(fp,"
Flat Profile
\n"); fprintf(fp, "\n"); fprintf(fp, "Count Function Name\n"); // Now loop for as long as we have timer hits