use of com.google.copybara.profiler.LogProfilerListener in project copybara by google.
the class AbstractGithubApiTest method setUpFamework.
@Before
public void setUpFamework() throws Exception {
Profiler profiler = new Profiler(Ticker.systemTicker());
profiler.init(ImmutableList.of(new LogProfilerListener()));
api = new GithubApi(getTransport(), profiler);
}
Aggregations