Searched refs:profiler (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSProfilerPrivate.cpp37 LegacyProfiler::profiler()->startProfiling(toJS(ctx), title->string());
43 LegacyProfiler* profiler = LegacyProfiler::profiler(); local
44 profiler->stopProfiling(exec, title->string());
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/profiler/
H A DpkgIndex.tcl2 package ifneeded profiler 0.3 [list source [file join $dir profiler.tcl]]
H A Dprofiler.tcl0 # profiler.tcl --
3 # Tcl code profiler.
10 # RCS: @(#) $Id: profiler.tcl,v 1.29 2006/09/19 23:36:17 andreas_kupries Exp $
13 package provide profiler 0.3
15 namespace eval ::profiler {
18 # ::profiler::tZero --
28 proc ::profiler::tZero { { tag "" } } {
33 set ::profiler::T$tag [ list $us $ms ]
37 # ::profiler::tMark --
49 proc ::profiler
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DScriptProfile.h30 #include <profiler/Profile.h>
H A DScriptProfileNode.h30 #include <profiler/ProfileNode.h>
/macosx-10.10/JavaScriptCore-7600.1.17/interpreter/
H A DInterpreter.cpp668 if (LegacyProfiler* profiler = vm.enabledProfiler())
669 profiler->exceptionUnwind(m_callFrame);
744 if (LegacyProfiler* profiler = vm.enabledProfiler())
745 profiler->exceptionUnwind(callFrame);
928 if (LegacyProfiler* profiler = vm.enabledProfiler())
929 profiler->willExecute(callFrame, program->sourceURL(), program->lineNo(), program->startColumn());
940 if (LegacyProfiler* profiler = vm.enabledProfiler())
941 profiler->didExecute(callFrame, program->sourceURL(), program->lineNo(), program->startColumn());
988 if (LegacyProfiler* profiler = vm.enabledProfiler())
989 profiler
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/profiler/
H A DLegacyProfiler.h50 JS_EXPORT_PRIVATE static LegacyProfiler* profiler();
H A DLegacyProfiler.cpp54 LegacyProfiler* LegacyProfiler::profiler() function in class:JSC::LegacyProfiler
/macosx-10.10/Security-57031.1.35/Security/regressions/inc/IPC/
H A DRun3.pm170 my $profiler;
172 sub _profiler { $profiler } ## test suite access
179 $profiler = IPC::Run3::ProfPP->new(
193 $profiler = $class->new(
197 $profiler->app_call( [ $0, @ARGV ], scalar gettimeofday() );
203 $profiler->app_exit( scalar gettimeofday() ) if profiling;
551 $profiler->run_exit(
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/t/IPC/
H A DRun3.pm170 my $profiler;
172 sub _profiler { $profiler } ## test suite access
179 $profiler = IPC::Run3::ProfPP->new(
193 $profiler = $class->new(
197 $profiler->app_call( [ $0, @ARGV ], scalar gettimeofday() );
203 $profiler->app_exit( scalar gettimeofday() ) if profiling;
551 $profiler->run_exit(
/macosx-10.10/JavaScriptCore-7600.1.17/JavaScriptCore.vcxproj/
H A Dcopy-files.cmd56 profiler
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/agents/
H A DInspectorProfilerAgent.cpp258 JSC::LegacyProfiler::profiler()->startProfiling(exec, resolvedTitle);
277 RefPtr<JSC::Profile> profile = JSC::LegacyProfiler::profiler()->stopProfiling(exec, title);
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dregress.cpp20 #include <profiler.h>
/macosx-10.10/WebCore-7600.1.25/WebCore.vcxproj/
H A DcopyForwardingHeaders.cmd11 mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\profiler"
101 xcopy /y /d "%ProjectDir%..\ForwardingHeaders\profiler\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\profiler"
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DTimelineRecordFactory.cpp50 #include <profiler/Profile.h>
H A DInspectorTimelineAgent.cpp57 #include <profiler/LegacyProfiler.h>
162 JSC::LegacyProfiler::profiler()->startProfiling(exec, title);
167 return JSC::LegacyProfiler::profiler()->stopProfiling(exec, title);
H A DInspectorInstrumentation.cpp74 #include <profiler/Profile.h>
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/support/installation/
H A Dmodules.tcl104 Module profiler _tcl _man _null
/macosx-10.10/JavaScriptCore-7600.1.17/llint/
H A DLLIntSlowPaths.cpp1378 if (LegacyProfiler* profiler = vm.enabledProfiler())
1379 profiler->willExecute(exec, LLINT_OP(1).jsValue());
1386 if (LegacyProfiler* profiler = vm.enabledProfiler())
1387 profiler->didExecute(exec, LLINT_OP(1).jsValue());
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DVM.cpp907 void VM::setEnabledProfiler(LegacyProfiler* profiler) argument
909 m_enabledProfiler = profiler;
H A DJSGlobalObject.cpp187 if (LegacyProfiler* profiler = vm().enabledProfiler())
188 profiler->stopProfiling(this);
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITOperations.cpp1344 if (LegacyProfiler* profiler = vm.enabledProfiler())
1345 profiler->didExecute(exec, JSValue::decode(encodedValue));
1353 if (LegacyProfiler* profiler = vm.enabledProfiler())
1354 profiler->willExecute(exec, JSValue::decode(encodedValue));
/macosx-10.10/ruby-106/ruby/lib/rdoc/ri/
H A Ddriver.rb313 "Run with the ruby profiler") do |value|
/macosx-10.10/vim-55/runtime/syntax/
H A Dprogress.vim167 syn keyword ProgressOperator position precision presel[ect] prev prev-col[umn] prev-sibling prev-tab-i[tem] primary printer-control-handle printer-setup private-d[ata] profiler Progress-s[ource]
H A Dstata.vim132 syn keyword stataCommand profiler

Completed in 403 milliseconds

12