[ 
https://issues.apache.org/jira/browse/BLUR-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13673198#comment-13673198
 ] 

Aaron McCurry commented on BLUR-119:
------------------------------------

They are suppose to represent the real time spent processing (think a standard 
timer pattern in java long s = System.nanoTime(); <<do the work>> long e = 
System.nanoTime(); long totalTime = e-s;) and the cpu time using the Thread API 
for calculating the CPU time spent processing.
                
> The cpu times on the status object is returning null.
> -----------------------------------------------------
>
>                 Key: BLUR-119
>                 URL: https://issues.apache.org/jira/browse/BLUR-119
>             Project: Apache Blur
>          Issue Type: Bug
>    Affects Versions: 0.1.5
>            Reporter: Aaron McCurry
>             Fix For: 0.1.5
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to