Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo committed Jan 7, 2016
1 parent c92672b commit e7b1137
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ cptnhook -o myFirstProfile -- myprogram --arg1 --arg2 arg3
~~~
This will generate a directory called `myFirstProfile` containing the raw profile. The information

### List of intercepted functions
The list of intercepted functions is the following (both single and double precision):
* **sin**, **cos**, **exp**, **tan**, **sinh**, **cosh**, **tanh**
* The inverse of the above ones
* **cbrt**

## How to produce a report
~~~
cptnhook-analyze myFirstProfile
Expand Down

0 comments on commit e7b1137

Please sign in to comment.