source: CIVL/examples/experimental/reverse_CIVL/ADFirstAidKit/profile/README@ aaa9c8d

1.23 2.0 main test-branch
Last change on this file since aaa9c8d was 1bf6cbb, checked in by Ziqing Luo <ziqing@…>, 9 years ago

Add provesa-CIVL project in experimental folder

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@4182 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 1.0 KB
Line 
1Usage: profile tapenade.prof output.csv
2
3This program parse the tapenade.prof file and generate and ouput.csv file
4that you can load in any spreadsheet to explore, sort, compute other datas.
5
6There is an example output.csv from a run of ifremer-opa.
7
8Columns meanings:
9
10name : name of the function
11call_count: number of call to this function
12snap_count: number of snap before calling this function
13taping: summation of all the memory used in the fwd part of a function (only positive for jointly differentiated function)
14snapshoting: summation of all the memory consumed in snapshots
15fwdtime: summation of all the time spend in the fwd part of a function (same remark than for taping)
16 less the time spend in subcalls.
17totaltime: summations of all the time spend in a function less the time spend in subcalls
18totalsize: summation of all the memory used in this function
19snapshottime: summation of all the time used by snapshots for this function
20
21Units:
22 size units are bytes, and times unit are cpu cycles on x86,
23 and not implemented on other platforms.
Note: See TracBrowser for help on using the repository browser.