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) {
202 void CpuProfiler::CodeEventHandler(const CodeEventsContainer& evt_rec) {
222 CpuProfiler::CpuProfiler(Isolate* isolate)
231 CpuProfiler::CpuProfiler(Isolate* isolate, CpuProfilesCollection* test_profiles,
244 CpuProfiler::~CpuProfiler()
    [all...]
cpu-profiler.h 189 class CpuProfiler : public CodeEventObserver {
191 explicit CpuProfiler(Isolate* isolate);
193 CpuProfiler(Isolate* isolate, CpuProfilesCollection* profiles,
197 ~CpuProfiler() override;
237 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 {
222 CpuProfiler();
223 ~CpuProfiler();
224 CpuProfiler(const CpuProfiler&);
225 CpuProfiler& operator=(const CpuProfiler&);

Completed in 727 milliseconds