public class Profiling
extends java.lang.Object
Class for offline profiling. When this class is loaded, it starts a thread
that will periodically save CPU profile information to the file system. The
location is determined by the "fabric.profiling.dir" system property, and the
period is specified in seconds by the "fabric.profiling.interval" system
property.