Home | History | Annotate | Download | only in src

Lines Matching refs:CpuProfile

7201 void CpuProfile::Delete() {
7205 profiler->DeleteProfile(reinterpret_cast<i::CpuProfile*>(this));
7213 unsigned CpuProfile::GetUid() const {
7214 return reinterpret_cast<const i::CpuProfile*>(this)->uid();
7218 Handle<String> CpuProfile::GetTitle() const {
7220 const i::CpuProfile* profile = reinterpret_cast<const i::CpuProfile*>(this);
7226 const CpuProfileNode* CpuProfile::GetTopDownRoot() const {
7227 const i::CpuProfile* profile = reinterpret_cast<const i::CpuProfile*>(this);
7232 const CpuProfileNode* CpuProfile::GetSample(int index) const {
7233 const i::CpuProfile* profile = reinterpret_cast<const i::CpuProfile*>(this);
7238 int64_t CpuProfile::GetStartTime() const {
7239 const i::CpuProfile* profile = reinterpret_cast<const i::CpuProfile*>(this);
7244 int64_t CpuProfile::GetEndTime() const {
7245 const i::CpuProfile* profile = reinterpret_cast<const i::CpuProfile*>(this);
7250 int CpuProfile::GetSamplesCount() const {
7251 return reinterpret_cast<const i::CpuProfile*>(this)->samples_count();
7267 const CpuProfile* CpuProfiler::GetCpuProfile(int index) {
7268 return reinterpret_cast<const CpuProfile*>(
7279 const CpuProfile* CpuProfiler::StopCpuProfiling(Handle<String> title) {
7280 return reinterpret_cast<const CpuProfile*>(