Searched refs:frameCounter (Results 1 – 1 of 1) sorted by relevance
93 final AtomicLong frameCounter; // private: the counter for the current thread. field in MultiThreadStackWalk.Env108 frameCounter = new AtomicLong(); in Env()120 frameCounter = new AtomicLong(start); in Env()131 if (frameCounter.get() == 0 && isStreamPipeline(sfi.getDeclaringClass())) { in consume()135 final long count = frameCounter.getAndIncrement(); in consume()299 System.out.println(threadName + ": Frames consumed: " + env.frameCounter.get()); in checkTest()