From 2932879195177b41355e3fcb573f37871b89b037 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Thu, 15 Feb 2001 03:37:46 +0000 Subject: [PATCH] Adding doc links to output format, cleaning up some of the href UI. --- tools/jprof/leaky.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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,"Jprof Profile Report\n"); fprintf(fp,"

Jprof Profile Report

\n"); fprintf(fp,"
"); - fprintf(fp,"Flat hierarchical"); + fprintf(fp,"flat | hierarchical"); 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, - "

Hierarchical Profile


\n"); + "

Hierarchical Profile


\n"); 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