Changeset 10
- Timestamp:
- Apr 20, 2008, 6:06:12 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kProfiler2/prfreader.cpp.h
r7 r10 1211 1211 " <td class=\"Calls\">%" KPRF_FMT_U64 "</td><td Class=\"Parts\">", 1212 1212 pFunc->cCalls); 1213 KPRF_NAME(HtmlWriteParts)(pOut, pFunc->c OnStack, pReport->cCalls);1213 KPRF_NAME(HtmlWriteParts)(pOut, pFunc->cCalls, pReport->cCalls); 1214 1214 fprintf(pOut, "</td>\n"); 1215 1215 break;
Note:
See TracChangeset
for help on using the changeset viewer.