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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ScriptProfile.h 44 class ScriptProfile FINAL : public RefCounted<ScriptProfile> {
46 static PassRefPtr<ScriptProfile> create(const v8::CpuProfile* profile, double idleTime)
48 return adoptRef(new ScriptProfile(profile, idleTime));
50 ~ScriptProfile();
63 ScriptProfile(const v8::CpuProfile* profile, double idleTime)
ScriptProfile.cpp 32 #include "core/inspector/ScriptProfile.h"
41 ScriptProfile::~ScriptProfile()
46 String ScriptProfile::title() const
52 unsigned int ScriptProfile::uid() const
57 double ScriptProfile::idleTime() const
62 double ScriptProfile::startTime() const
67 double ScriptProfile::endTime() const
97 PassRefPtr<TypeBuilder::Profiler::CPUProfileNode> ScriptProfile::buildInspectorObjectForHead() const
102 PassRefPtr<TypeBuilder::Array<int> > ScriptProfile::buildInspectorObjectForSamples() cons
    [all...]

Completed in 2204 milliseconds