Github user ottobackwards commented on a diff in the pull request:
https://github.com/apache/metron/pull/873#discussion_r157730269
--- Diff: metron-stellar/stellar-common/README.md ---
@@ -1352,6 +1352,61 @@ IS_EMAIL
[Stellar]>>>
```
+#### %timing
+
+Prints out timing information from the last stellar statement executed.
The information has the total
+execution time, and also a break down of execution time by stellar
function.
+
+%timing supports filter on the timing output. If you pass one or more
strings to %timing, only
+execution times those each of those tags will show. Any functions that do
not have ALL the tags passed will not display
--- End diff --
right you are, change it i will, yes yes
---