Skip to content

dkrotx/crxprof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/