Home | History | Annotate | Download | only in jstemplate

Lines Matching refs:profiling

26  * Are we actively profiling JstProcessor?
29 var profiling = false;
63 if (profiling) Profiler.reset();
65 if (profiling) Profiler.dump();
79 if (profiling) Profiler.reset();
81 if (profiling) Profiler.dump();
91 if (profiling) Profiler.reset();
93 if (profiling) Profiler.dump();
109 if (profiling) Profiler.reset();
111 if (profiling) Profiler.dump();
204 profiling = !!elemOrDie('profile').checked;
205 if (profiling && !JstProcessor.profiling_) {