We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4954216 commit 8fc6de2Copy full SHA for 8fc6de2
visualvm/libs.profiler/profiler/src/org/graalvm/visualvm/lib/profiler/LoadedSnapshot.java
@@ -269,12 +269,6 @@ public void setProject(Lookup.Provider project) {
269
this.project = project;
270
}
271
272
- static void writeToStream(CPUResultsSnapshot snapshot, DataOutputStream dos) throws IOException {
273
- LoadedSnapshot loadedSnapshot = new LoadedSnapshot(snapshot,
274
- ProfilingSettingsPresets.createCPUPreset(), null, null);
275
- loadedSnapshot.save(dos);
276
- }
277
-
278
public void save(DataOutputStream dos) throws IOException, OutOfMemoryError {
279
// todo [performance] profile memory use during the save operation
280
// there is ~80MB bytes used for byte[], for the length of uncompressed data ~20MB
0 commit comments