menu
puppeteer package
documentation
heap_profiler
HeapProfilerApi
collectGarbage method
collectGarbage
brightness_4
collectGarbage
method
Null safety
Future
<
void
>
collectGarbage
(
)
Implementation
Future<void> collectGarbage() async { await _client.send('HeapProfiler.collectGarbage'); }
puppeteer package
documentation
heap_profiler
HeapProfilerApi
collectGarbage 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 ==