ENH: Add ProfileLocation - Part 2 - performance metrics for transactions with label and profileLocation

This commit is contained in:
Rob Bygrave
2018-01-22 14:54:27 +13:00
parent 4e33027fdf
commit 51d2e4c600
37 changed files with 779 additions and 33 deletions
@@ -19,6 +19,11 @@ class BasicProfileLocation implements ProfileLocation {
return shortDescription;
}
@Override
public void add(long executionTime) {
// do nothing
}
public String obtain() {
return location;
}