Esempio n. 1
0
 private static long Avg(StatsProvider step)
 {
     return(step.Stat(Keys.avg_processing_time).asLong());
 }