source: CIVL/examples/compare/provesa/ADFirstAidKit/profile/README

main
Last change on this file was ea777aa, checked in by Alex Wilton <awilton@…>, 3 years ago

Moved examples, include, build_default.properties, common.xml, and README out from dev.civl.com into the root of the repo.

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

  • Property mode set to 100644
File size: 1.0 KB
RevLine 
[4d61ad0]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.