-
Notifications
You must be signed in to change notification settings - Fork 0
Graal Quellen für Daten
Joana Be edited this page Nov 8, 2022
·
4 revisions
- com.oracle.svm.hosted.heap
- com.oracle.svm.hosted.image
- com.oracle.svm.hosted.FeatureImpl
- com.oracle.svm.hosted.code.CompileQueue;
- org.graalvm.nativeimage.hosted.Feature;
Usages in package com.oracle.svm.hosted.dashboard
:
FeatureImpl.AfterHeapLayoutAccessImpl config = (FeatureImpl.AfterHeapLayoutAccessImpl) access;
NativeImageHeap heap = config.getHeap();
for (NativeImageHeap.ObjectInfo info : heap.getObjects()) {
final String className = info.getClazz().getName();
Statistics stats = sizes.get(className);
....
for (CompileQueue.CompileTask task : ((FeatureImpl.AfterCompilationAccessImpl) access).getCompilationTasks()) {
data.merge(task.method.format("%H.%n(%p) %r"), task.result.getTargetCodeSize(), Integer::sum);
}
Es gibt bereits Graphen : GraphStructure
- Home
- Planung
- Fachgebietspräsentationen
- Kreativprozess
- Personas
- Interessante Fragen
- Visualisierungssammlung
- Unsere Visualisierungsideen
- Graal Quellen für Daten
- Graal
- Meta stuff