log.debug("Benchmark.Content");
CheckInterpreter checkInterpreter = null;
if (options.isPerformChecks()) {
CheckInterpreterConfiguration config = newCheckInterpreterConfiguration();
config.addDirectives(options.getDirectives());
config.setResultContextResolver(resultContextResolver);
checkInterpreter = new CheckInterpreter(config);
}
MutableXCCDFResults xccdfResults = document.newXCCDFResults(xccdfResultContext, options);
document.visit(new ProcessorXCCDFVisitorHandler(checkInterpreter,