Package-level declarations
Types
Request object containing input parameters for the HeapProfilerDomain.addInspectedHeapObject command.
A dummy response object for the HeapProfilerDomain.addInspectedHeapObject command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
A dummy response object for the HeapProfilerDomain.collectGarbage command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
A dummy response object for the HeapProfilerDomain.disable command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
A dummy response object for the HeapProfilerDomain.enable command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the HeapProfilerDomain.getHeapObjectId command.
Response type for the HeapProfilerDomain.getHeapObjectId command.
Request object containing input parameters for the HeapProfilerDomain.getObjectByHeapObjectId command.
Response type for the HeapProfilerDomain.getObjectByHeapObjectId command.
Response type for the HeapProfilerDomain.getSamplingProfile command.
Heap snapshot object id.
Sampling profile.
Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes.
A single sample from a sampling profile.
Request object containing input parameters for the HeapProfilerDomain.startSampling command.
A dummy response object for the HeapProfilerDomain.startSampling command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the HeapProfilerDomain.startTrackingHeapObjects command.
A dummy response object for the HeapProfilerDomain.startTrackingHeapObjects command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Response type for the HeapProfilerDomain.stopSampling command.
Request object containing input parameters for the HeapProfilerDomain.stopTrackingHeapObjects command.
A dummy response object for the HeapProfilerDomain.stopTrackingHeapObjects command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the HeapProfilerDomain.takeHeapSnapshot command.
A dummy response object for the HeapProfilerDomain.takeHeapSnapshot command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.