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 262 void CpuProfiler::StartProfiling(const char* title) {
268 void CpuProfiler::StartProfiling(String* title) {
274 CpuProfile* CpuProfiler::StopProfiling(const char* title) {
281 CpuProfile* CpuProfiler::StopProfiling(Object* security_token, String* title) {
289 int CpuProfiler::GetProfilesCount() {
297 CpuProfile* CpuProfiler::GetProfile(Object* security_token, int index) {
299 CpuProfiler* profiler = Isolate::Current()->cpu_profiler();
305 CpuProfile* CpuProfiler::FindProfile(Object* security_token, unsigned uid) {
307 CpuProfiler* profiler = Isolate::Current()->cpu_profiler();
313 TickSample* CpuProfiler::TickSampleEvent(Isolate* isolate)
    [all...]
cpu-profiler.h 193 if (v8::internal::CpuProfiler::is_profiling(isolate)) { \
194 v8::internal::CpuProfiler::Call; \
204 class CpuProfiler {
251 CpuProfiler* profiler = isolate->cpu_profiler();
256 CpuProfiler();
257 ~CpuProfiler();
277 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 167 milliseconds