Interface ProfilerController


public interface ProfilerController
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ProfilerController
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Tells the profiler to start collecting data (again).
    void
    Connects the profiler to the daemon and does any other one-time setup work.
    void
    Tells the profiler to stop collecting data for now, e.g.
    void
    Ends the profiling session, writing the collected results to disk and disconnecting the profiler from the daemon.