Get the BenchmarkModule managing this Worker
()
| 101 | |
| 102 | /** Get the BenchmarkModule managing this Worker */ |
| 103 | public final T getBenchmark() { |
| 104 | return (this.benchmark); |
| 105 | } |
| 106 | |
| 107 | /** Get the unique thread id for this worker */ |
| 108 | public final int getId() { |
no outgoing calls
no test coverage detected