Changes between Version 2 and Version 3 of CallgrindFormat

Show
Ignore:
Timestamp:
07/26/09 08:09:00 (13 years ago)
Author:
cotto
Comment:

fix numbers

Legend:

Unmodified
Added
Removed
Modified
  • CallgrindFormat

    v2 v3  
    3535void func1() { 
    3636    int i; 
    37     for (i = 0; i < 1000000; i++); 
     37    for (i = 0; i < 1000; i++); 
    3838} 
    3939 
    4040void func2() { 
    4141    int i; 
    42     for (i = 0; i < 1000000; i++); 
     42    for (i = 0; i < 1000; i++); 
    4343    func1(); 
    4444} 
     
    4646void func3() { 
    4747    int i; 
    48     for (i = 0; i < 1000000; i++); 
     48    for (i = 0; i < 1000; i++); 
    4949    func2(); 
    5050    func1(); 
     
    8585 
    8686# not really sure 
    87 desc: Timerange: Basic block 0 - 7000029 
     87desc: Timerange: Basic block 0 - 7029 
    8888 
    8989# Why did the process under test stop?  (informational only) 
     
    104104# This is intended to allow postprocessing tools to know the total cost in advance. 
    105105# "totals" appears at the end of the file and has the same value. 
    106 summary: 21000073 
     106summary: 21073 
    107107}}} 
    108108