Searched defs:CpuProfiler (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofiler.cc77 class CpuProfiler { class
79 CpuProfiler();
80 ~CpuProfiler();
95 static CpuProfiler instance_;
134 CpuProfiler CpuProfiler::instance_;
137 CpuProfiler::CpuProfiler() function in class:CpuProfiler
158 bool CpuProfiler::Start(const char* fname, const ProfilerOptions* options) {
186 CpuProfiler
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiler.cc75 class CpuProfiler { class
77 CpuProfiler();
78 ~CpuProfiler();
93 static CpuProfiler instance_;
132 CpuProfiler CpuProfiler::instance_;
135 CpuProfiler::CpuProfiler() function in class:CpuProfiler
156 bool CpuProfiler::Start(const char* fname, const ProfilerOptions* options) {
184 CpuProfiler
[all...]
/external/v8/include/
H A Dv8-profiler.h136 * Deletes the profile and removes it from CpuProfiler's list.
150 class V8EXPORT CpuProfiler { class in namespace:v8
/external/chromium_org/v8/src/
H A Dcpu-profiler.cc159 int CpuProfiler::GetProfilesCount() {
165 CpuProfile* CpuProfiler::GetProfile(int index) {
170 void CpuProfiler::DeleteAllProfiles() {
176 void CpuProfiler::DeleteProfile(CpuProfile* profile) {
192 void CpuProfiler::CallbackEvent(Name* name, Address entry_point) {
206 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
220 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
234 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
260 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
290 void CpuProfiler
374 CpuProfiler::CpuProfiler(Isolate* isolate) function in class:v8::internal::CpuProfiler
386 CpuProfiler::CpuProfiler(Isolate* isolate, function in class:v8::internal::CpuProfiler
[all...]
H A Dcpu-profiler.h193 CpuProfiler* cpu_profiler = cpu_profiler_isolate->cpu_profiler(); \
200 class CpuProfiler : public CodeEventListener { class in namespace:v8::internal
202 explicit CpuProfiler(Isolate* isolate);
204 CpuProfiler(Isolate* isolate,
209 virtual ~CpuProfiler();
277 DISALLOW_COPY_AND_ASSIGN(CpuProfiler);
/external/v8/src/
H A Dcpu-profiler.cc262 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
450 CpuProfiler::CpuProfiler() function in class:v8::internal::CpuProfiler
[all...]
H A Dcpu-profiler.h193 if (v8::internal::CpuProfiler::is_profiling(isolate)) { \
194 v8::internal::CpuProfiler::Call; \
204 class CpuProfiler { class in namespace:v8::internal
251 CpuProfiler* profiler = isolate->cpu_profiler();
256 CpuProfiler();
257 ~CpuProfiler();
277 DISALLOW_COPY_AND_ASSIGN(CpuProfiler);
/external/chromium_org/v8/include/
H A Dv8-profiler.h110 * |record_samples| parameter of CpuProfiler::StartCpuProfiling is true.
133 * Deletes the profile and removes it from CpuProfiler's list.
148 class V8_EXPORT CpuProfiler { class in namespace:v8
198 CpuProfiler();
199 ~CpuProfiler();
200 CpuProfiler(const CpuProfiler&);
201 CpuProfiler& operator=(const CpuProfiler&);

Completed in 225 milliseconds