hiprofile - HTML Interactive profiler Copyright 2009 Jeremy Kerr This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . --- The hiprofile script provides an easy way to generate a report of an oprofile session run on a remote machine. A typical session would be: # on the machine to be profiled: $ sudo opcontrol --setup --vmlinux=/boot/vmlinux-$(uname -r) $ sudo opcontrol --start {run application to profile} $ sudo opcontrol --stop $ sudo opcontrol --dump # on your workstation machine: $ hiprofile --remote-host --outdir output This will create a set of HTML pages (plus additional media) in the directory 'output'. Just point your browser to the index.html file in that directory to see the profile data. --- hiprofile incorporates the 'jQuery' javascript library, licenced under the GPL, and available from http://jquery.com/