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

  /external/v8/src/profiler/
cpu-profiler.cc 176 int CpuProfiler::GetProfilesCount() {
182 CpuProfile* CpuProfiler::GetProfile(int index) {
187 void CpuProfiler::DeleteAllProfiles() {
193 void CpuProfiler::DeleteProfile(CpuProfile* profile) {
203 void CpuProfiler::CallbackEvent(Name* name, Address entry_point) {
215 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
230 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
245 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code,
265 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code,
301 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag
    [all...]
cpu-profiler.h 189 CpuProfiler* cpu_profiler = cpu_profiler_isolate->cpu_profiler(); \
196 class CpuProfiler : public CodeEventListener {
198 explicit CpuProfiler(Isolate* isolate);
200 CpuProfiler(Isolate* isolate,
205 virtual ~CpuProfiler();
271 DISALLOW_COPY_AND_ASSIGN(CpuProfiler);
  /external/v8/include/
v8-profiler.h 139 * |record_samples| parameter of CpuProfiler::StartCpuProfiling is true.
170 * Deletes the profile and removes it from CpuProfiler's list.
181 class V8_EXPORT CpuProfiler {
215 CpuProfiler();
216 ~CpuProfiler();
217 CpuProfiler(const CpuProfiler&);
218 CpuProfiler& operator=(const CpuProfiler&);

Completed in 93 milliseconds