#include <profiler_service.h>
Definition at line 215 of file profiler_service.h.
◆ ProfileCodeAddress()
dart::ProfileCodeAddress::ProfileCodeAddress |
( |
uword |
pc | ) |
|
|
explicit |
◆ exclusive_ticks()
intptr_t dart::ProfileCodeAddress::exclusive_ticks |
( |
| ) |
const |
|
inline |
◆ inclusive_ticks()
intptr_t dart::ProfileCodeAddress::inclusive_ticks |
( |
| ) |
const |
|
inline |
◆ pc()
uword dart::ProfileCodeAddress::pc |
( |
| ) |
const |
|
inline |
◆ Tick()
void dart::ProfileCodeAddress::Tick |
( |
bool |
exclusive | ) |
|
Definition at line 244 of file profiler_service.cc.
244 {
245 if (exclusive) {
246 exclusive_ticks_++;
247 } else {
248 inclusive_ticks_++;
249 }
250}
The documentation for this class was generated from the following files: