Jump to content

Birds Eye View/Performance/Profiling: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 6: Line 6:
== Application Profiling ==
== Application Profiling ==


The library supports a application profiling as a developer oriented feature using [https://github.com/gperftools/gperftools/wiki gperftools].
The library supports application profiling as a developer-oriented feature using [https://github.com/gperftools/gperftools/wiki gperftools].


== GPerfTools Installation ==
== GPerfTools Installation ==


Install the library packages from github repository
Install the library packages from GitHub repository


<source lang="bash">
<source lang="bash">
Line 21: Line 21:
</source>
</source>


On debian-based systems the complementary tools are packaged under the google-perftools package. For graphical output you also need graphviz installed:
On Debian-based systems, the complementary tools are packaged under the google-perftools package. For graphical output you also need Graphviz installed:
<source lang="bash">
<source lang="bash">
sudo apt-get install google-perftools graphviz
sudo apt-get install google-perftools graphviz
Cookies help us deliver our services. By using our services, you agree to our use of cookies.