main
test-branch
| Line | |
|---|
| 1 | Usage: profile tapenade.prof output.csv
|
|---|
| 2 |
|
|---|
| 3 | This program parse the tapenade.prof file and generate and ouput.csv file
|
|---|
| 4 | that you can load in any spreadsheet to explore, sort, compute other datas.
|
|---|
| 5 |
|
|---|
| 6 | There is an example output.csv from a run of ifremer-opa.
|
|---|
| 7 |
|
|---|
| 8 | Columns meanings:
|
|---|
| 9 |
|
|---|
| 10 | name : name of the function
|
|---|
| 11 | call_count: number of call to this function
|
|---|
| 12 | snap_count: number of snap before calling this function
|
|---|
| 13 | taping: summation of all the memory used in the fwd part of a function (only positive for jointly differentiated function)
|
|---|
| 14 | snapshoting: summation of all the memory consumed in snapshots
|
|---|
| 15 | fwdtime: 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.
|
|---|
| 17 | totaltime: summations of all the time spend in a function less the time spend in subcalls
|
|---|
| 18 | totalsize: summation of all the memory used in this function
|
|---|
| 19 | snapshottime: summation of all the time used by snapshots for this function
|
|---|
| 20 |
|
|---|
| 21 | Units:
|
|---|
| 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.