Code: Alles auswählen
Object around() : call(* *.testEdge(..)) {
EtmPoint testendpoint = etmMonitor.createPoint("Kante testen");
try{
Object result = proceed();
return result;
} finally{
testendpoint.collect();
}
}
Moderator: Effiziente Graphenalgorithmen
Code: Alles auswählen
Object around() : call(* *.testEdge(..)) {
EtmPoint testendpoint = etmMonitor.createPoint("Kante testen");
try{
Object result = proceed();
return result;
} finally{
testendpoint.collect();
}
}
Beitrag von yourmaninamsterdam »
Zurück zu „Effiziente Graphenalgorithmen“