HomeSort by relevance Sort by last modified time
    Searched defs:CpuProfiler (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
cpu-profiler.cc 278 void CpuProfiler::StartProfiling(const char* title) {
284 void CpuProfiler::StartProfiling(String* title) {
290 CpuProfile* CpuProfiler::StopProfiling(const char* title) {
296 CpuProfile* CpuProfiler::StopProfiling(Object* security_token, String* title) {
303 int CpuProfiler::GetProfilesCount() {
311 CpuProfile* CpuProfiler::GetProfile(Object* security_token, int index) {
313 CpuProfiler* profiler = Isolate::Current()->cpu_profiler();
319 CpuProfile* CpuProfiler::FindProfile(Object* security_token, unsigned uid) {
321 CpuProfiler* profiler = Isolate::Current()->cpu_profiler();
327 TickSample* CpuProfiler::TickSampleEvent(Isolate* isolate)
    [all...]
cpu-profiler.h 203 if (v8::internal::CpuProfiler::is_profiling()) { \
204 v8::internal::CpuProfiler::Call; \
217 class CpuProfiler {
269 CpuProfiler* profiler = isolate->cpu_profiler();
274 CpuProfiler();
275 ~CpuProfiler();
299 DISALLOW_COPY_AND_ASSIGN(CpuProfiler);
  /external/v8/include/
v8-profiler.h 136 * Deletes the profile and removes it from CpuProfiler's list.
150 class V8EXPORT CpuProfiler {

Completed in 246 milliseconds