Home | History | Annotate | Download | only in inspector

Lines Matching defs:V8ProfilerAgentImpl

143 class V8ProfilerAgentImpl::ProfileDescriptor {
151 V8ProfilerAgentImpl::V8ProfilerAgentImpl(
159 V8ProfilerAgentImpl::~V8ProfilerAgentImpl() {
163 void V8ProfilerAgentImpl::consoleProfile(const String16& title) {
172 void V8ProfilerAgentImpl::consoleProfileEnd(const String16& title) {
202 Response V8ProfilerAgentImpl::enable() {
209 Response V8ProfilerAgentImpl::disable() {
222 Response V8ProfilerAgentImpl::setSamplingInterval(int interval) {
230 void V8ProfilerAgentImpl::restore() {
246 Response V8ProfilerAgentImpl::start() {
256 Response V8ProfilerAgentImpl::stop(
273 Response V8ProfilerAgentImpl::startPreciseCoverage() {
280 Response V8ProfilerAgentImpl::stopPreciseCoverage() {
341 Response V8ProfilerAgentImpl::takePreciseCoverage(
351 Response V8ProfilerAgentImpl::getBestEffortCoverage(
357 String16 V8ProfilerAgentImpl::nextProfileId() {
362 void V8ProfilerAgentImpl::startProfiling(const String16& title) {
376 std::unique_ptr<protocol::Profiler::Profile> V8ProfilerAgentImpl::stopProfiling(
394 bool V8ProfilerAgentImpl::idleStarted() {
400 bool V8ProfilerAgentImpl::idleFinished() {