summaryrefslogtreecommitdiff
path: root/src/main/java/org/javacs/Profiler.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/javacs/Profiler.java')
-rw-r--r--src/main/java/org/javacs/Profiler.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/org/javacs/Profiler.java b/src/main/java/org/javacs/Profiler.java
index 7285732..742ee35 100644
--- a/src/main/java/org/javacs/Profiler.java
+++ b/src/main/java/org/javacs/Profiler.java
@@ -16,6 +16,7 @@ class Profiler implements TaskListener {
public void started(TaskEvent e) {
started.put(e.getKind(), Instant.now());
files.add(e.getSourceFile().toUri());
+ // TODO log file name when we compile something that wasn't in the batch
}
@Override