-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREADME
More file actions
32 lines (23 loc) · 711 Bytes
/
README
File metadata and controls
32 lines (23 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
crxprof
=======
cripple runtume profiler
PREREQUISITE
============
Linux 2.6+, autoconf, automake, binutils-dev (including libbfd), libunwind-dev
If you can't find libunwind-dev on your distro, it may be called libunwindX-dev, where X is version number.
Use `apt-cache search` or alternative to guess proper name.
INSTALLATION
============
$ autoreconf -fiv
$ ./configure
$ make
$ sudo make install
USAGE
===========
Basical usage is
$ crxprof pid
(and press ENTER to see profile, ^C to exit)
Also, see `crxprof --help` or `man crxprof` for more options.
For details and developers info, read
[EN] http://dkrotx-prg.blogspot.ru/2012/12/crxprof-handy-profiler.html
[RU] http://habrahabr.ru/post/167837/