menu
puppeteer package
documentation
heap_profiler
HeapProfilerApi
enable method
enable
brightness_4
enable
method
Null safety
Future
<
void
>
enable
(
)
Implementation
Future<void> enable() async { await _client.send('HeapProfiler.enable'); }
puppeteer package
documentation
heap_profiler
HeapProfilerApi
enable method
HeapProfilerApi class
Constructors
HeapProfilerApi
Properties
hashCode
onAddHeapSnapshotChunk
onHeapStatsUpdate
onLastSeenObjectId
onReportHeapSnapshotProgress
onResetProfiles
runtimeType
Methods
addInspectedHeapObject
collectGarbage
disable
enable
getHeapObjectId
getObjectByHeapObjectId
getSamplingProfile
noSuchMethod
startSampling
startTrackingHeapObjects
stopSampling
stopTrackingHeapObjects
takeHeapSnapshot
toString
Operators
operator ==