Changeset 10


Ignore:
Timestamp:
Apr 20, 2008, 6:06:12 AM (17 years ago)
Author:
bird
Message:

Corrected the calls from percentage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kProfiler2/prfreader.cpp.h

    r7 r10  
    12111211                            "    <td class=\"Calls\">%" KPRF_FMT_U64 "</td><td Class=\"Parts\">",
    12121212                            pFunc->cCalls);
    1213                     KPRF_NAME(HtmlWriteParts)(pOut, pFunc->cOnStack, pReport->cCalls);
     1213                    KPRF_NAME(HtmlWriteParts)(pOut, pFunc->cCalls, pReport->cCalls);
    12141214                    fprintf(pOut,       "</td>\n");
    12151215                    break;
Note: See TracChangeset for help on using the changeset viewer.