diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-06 21:03:58 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-06 21:03:58 -0800 |
commit | ecf2ab8ec4840c97706ad295e820dbe4fe698424 (patch) | |
tree | 84360a4696ad707c77ff713885b1d6aaedc79854 /src | |
parent | 7770587b94dc0ffafaebf43a57dc0bebfc99c24a (diff) |
restore some PGO code to investigate a speed regression in skinning
Diffstat (limited to 'src')
-rw-r--r-- | src/preamble.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/preamble.js b/src/preamble.js index 25e3e754..e19b7692 100644 --- a/src/preamble.js +++ b/src/preamble.js @@ -661,9 +661,7 @@ function __shutdownRuntime__() { // allow browser to GC, set heaps to null? // Print summary of correction activity -#if PGO CorrectionsMonitor.print(); -#endif } |