main
test-branch
|
Last change
on this file since beab7f2 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
|
| 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.