mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-05 01:09:27 +01:00
Add section on performance testing libunwind.
(Logical change 1.157)
This commit is contained in:
parent
e1da718101
commit
065d4553a8
1 changed files with 10 additions and 0 deletions
10
README
10
README
|
@ -113,6 +113,16 @@ programs that are known to work at this time are tests/bt (which
|
|||
produces various backtraces) and tests/Gperf-simple, which does some
|
||||
simple performance measurements.
|
||||
|
||||
* Performance Testing
|
||||
|
||||
This distribution includes a few simple performance tests which give
|
||||
some idea of the basic cost of various libunwind operations. After
|
||||
building the library, you can run these tests with the following
|
||||
commands:
|
||||
|
||||
$ cd tests
|
||||
$ make perf
|
||||
|
||||
* Contacting the Developers
|
||||
|
||||
Please direct all questions regarding this library to:
|
||||
|
|
Loading…
Reference in a new issue