checkThread(instrumentation);
try {
instrumentation.metric("contextId", contextId);
return basis.getResolvedCompilationUnit(unitSource, librarySource);
} finally {
instrumentation.log(2); //Log if over 1ms
}
}
@Override
public HtmlUnit getResolvedHtmlUnit(Source htmlSource) {