[
https://issues.apache.org/jira/browse/METRON-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16296654#comment-16296654
]
ASF GitHub Bot commented on METRON-1367:
----------------------------------------
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
> Stellar should optionally instrument function calls
> ---------------------------------------------------
>
> Key: METRON-1367
> URL: https://issues.apache.org/jira/browse/METRON-1367
> Project: Metron
> Issue Type: Improvement
> Reporter: Otto Fowler
> Assignee: Otto Fowler
>
> It would be nice if stellar processor(s) could optionally instrument function
> calls to test performance.
> The result would be some structure with the calls, the times and maybe some
> context as a list or map
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)