org.jboss.jdocbook.profile
Interface Profiler
public interface Profiler
Contract for applying DocBook profiling based on the approach they term 'two-pass'.
- Author:
- Steve Ebersole
Method Summary |
java.io.File |
applyProfiling(java.io.File source)
Given a source file, create its profiled equivalent. |
applyProfiling
java.io.File applyProfiling(java.io.File source)
- Given a source file, create its profiled equivalent.
- Parameters:
source
- The source file to be profiled.
- Returns:
- The profiling output.
Copyright © 2007-2008 JBoss, a division of Red Hat, Inc. All Rights Reserved.