Re: [Evolution-hackers] profiling patch
- From: Not Zed <notzed ximian com>
- To: evolution-hackers lists ximian com
- Subject: Re: [Evolution-hackers] profiling patch
- Date: Thu, 28 Apr 2005 16:17:44 +0530
And here attached is a simple script to get a plot of data from one of the log files generated from the doprofile program.
Run it as "gnuplot plotgoto.gp" in the same directory where you ran "doprofile < eprofile.pid", and it will generate a "goto.ps" file.
set terminal postscript landscape monochrome
set output "goto.ps"
plot "goto.csv" using 1:2:2 w boxes lt -1, "goto.csv" using 1:($3+$5+$4):2 w boxes lt -2, "goto.csv" using 1:($3+$4):2 w boxes lt -1, "goto.csv" using 1:3:2 w boxes lt 1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]