You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
218 B
12 lines
218 B
15 years ago
|
# Test with bad callgrind format
|
||
|
# Expected:
|
||
|
# :10 - ignored garbage at end of cost line ('30')
|
||
|
# :11 - ignored garbage at end of cost line ('hello')
|
||
|
|
||
|
events: Ir
|
||
|
|
||
|
fn=main
|
||
|
10 20 30
|
||
|
11 hello
|
||
|
12 10
|