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 198 int CpuProfiler::GetProfilesCount() {
204 CpuProfile* CpuProfiler::GetProfile(int index) {
209 void CpuProfiler::DeleteAllProfiles() {
215 void CpuProfiler::DeleteProfile(CpuProfile* profile) {
224 void CpuProfiler::CodeEventHandler(const CodeEventsContainer& evt_rec) {
244 CpuProfiler::CpuProfiler(Isolate* isolate)
253 CpuProfiler::CpuProfiler(Isolate* isolate, CpuProfilesCollection* test_profiles,
266 CpuProfiler::~CpuProfiler()
    [all...]
cpu-profiler.h 188 class CpuProfiler : public CodeEventObserver {
190 explicit CpuProfiler(Isolate* isolate);
192 CpuProfiler(Isolate* isolate, CpuProfilesCollection* profiles,
196 ~CpuProfiler() override;
234 DISALLOW_COPY_AND_ASSIGN(CpuProfiler);
  /external/v8/include/
v8-profiler.h 239 * |record_samples| parameter of CpuProfiler::StartCpuProfiling is true.
270 * Deletes the profile and removes it from CpuProfiler's list.
278 * profiler can be created using v8::CpuProfiler::New method.
280 class V8_EXPORT CpuProfiler {
287 static CpuProfiler* New(Isolate* isolate);
333 CpuProfiler();
334 ~CpuProfiler();
335 CpuProfiler(const CpuProfiler&);
336 CpuProfiler& operator=(const CpuProfiler&)
    [all...]

Completed in 215 milliseconds