-1:000000000000 | 0:449cc82827de |
---|---|
1 setJitCompilerOption("baseline.usecount.trigger", 10); | |
2 setJitCompilerOption("ion.usecount.trigger", 20); | |
3 | |
4 enableSPSProfilingAssertions(true); | |
5 (function() { | |
6 var n = 50; | |
7 while (n--) { | |
8 disableSPSProfiling(); | |
9 if (!n) | |
10 return; | |
11 enableSPSProfilingAssertions(true); | |
12 } | |
13 })(); |