aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/amber/amber.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/amber/amber.h b/include/amber/amber.h
index a8977e6..6360f37 100644
--- a/include/amber/amber.h
+++ b/include/amber/amber.h
@@ -74,6 +74,8 @@ class Delegate {
virtual bool LogGraphicsCallsTime() const = 0;
/// Returns the current timestamp in nanoseconds
virtual uint64_t GetTimestampNs() const = 0;
+ /// Tells whether to log each test as it's executed
+ virtual bool LogExecuteCalls() const = 0;
};
/// Stores configuration options for Amber.