-
```
Following patch adds a CPUPROFILE_REALTIME env flag to use ITIMER_REAL and
SIGALRM for
profiling:
http://github.com/tmm1/perftools.rb/raw/8f9b826cfc221a396506110f73de17e87f273d3e
/patche
s/perf…
-
```
Patch here:
https://github.com/justinsb/google-perftools/commit/7a14a67d123514358edf6d55b31d
499abd86cded
This is a (rough-draft) patch to address the problems with wall-clock
("real-time") prof…
-
```
When viewing this example -
http://chujoii.googlepages.com/manualsearchpeak.html - the crosshair is
perfectly responsive in Firefox 2 and 3 (windows and mac) and Safari
(latest), but in IE6, IE7 a…
-
```
Patch here:
https://github.com/justinsb/google-perftools/commit/7a14a67d123514358edf6d55b31d
499abd86cded
This is a (rough-draft) patch to address the problems with wall-clock
("real-time") prof…
-
```
Following patch adds a CPUPROFILE_REALTIME env flag to use ITIMER_REAL and
SIGALRM for
profiling:
http://github.com/tmm1/perftools.rb/raw/8f9b826cfc221a396506110f73de17e87f273d3e
/patche
s/perf…
-
```
Following patch adds a CPUPROFILE_REALTIME env flag to use ITIMER_REAL and
SIGALRM for
profiling:
http://github.com/tmm1/perftools.rb/raw/8f9b826cfc221a396506110f73de17e87f273d3e
/patche
s/perf…
-
```
Following patch adds a CPUPROFILE_REALTIME env flag to use ITIMER_REAL and
SIGALRM for
profiling:
http://github.com/tmm1/perftools.rb/raw/8f9b826cfc221a396506110f73de17e87f273d3e
/patche
s/perf…
-
```
Patch here:
https://github.com/justinsb/google-perftools/commit/7a14a67d123514358edf6d55b31d
499abd86cded
This is a (rough-draft) patch to address the problems with wall-clock
("real-time") prof…
-
```
Following patch adds a CPUPROFILE_REALTIME env flag to use ITIMER_REAL and
SIGALRM for
profiling:
http://github.com/tmm1/perftools.rb/raw/8f9b826cfc221a396506110f73de17e87f273d3e
/patche
s/perf…
-
```
I have an application that does real time charting. I call flot, once a
second with updated data. Basically I push new data onto the plotData
Series array, and shift the data off the other end,…