Github user ottobackwards commented on a diff in the pull request:
https://github.com/apache/metron/pull/873#discussion_r157377882
--- Diff:
metron-stellar/stellar-common/src/main/java/org/apache/metron/stellar/common/shell/StellarShell.java
---
@@ -346,6 +348,18 @@ private void handleMagicFunctions(String[] expression)
{
writeLine(functions);
}
+ /**
+ * Handle a magice %timing. Returns the results of the last timing
operation
--- End diff --
Done thanks---
