Class ProcessTrace_impl

    • Field Detail

      • disabledProcessTrace

        public static ProcessTrace disabledProcessTrace
    • Constructor Detail

      • ProcessTrace_impl

        public ProcessTrace_impl()
        Create a ProcessTrace_impl using the framework's default timer.
      • ProcessTrace_impl

        public ProcessTrace_impl​(Properties aPerformanceTuningSettings)
        Create a ProcessTrace_impl using the framework's default timer.
        Parameters:
        aPerformanceTuningSettings - performance tuning settings. One of the settings allows the ProcessTrace to be disabled.
      • ProcessTrace_impl

        public ProcessTrace_impl​(UimaTimer aTimer)
        Create a ProcessTrace_impl with a custom timer.
        Parameters:
        aTimer - the timer to use for collecting performance stats
      • ProcessTrace_impl

        public ProcessTrace_impl​(UimaTimer aTimer,
                                 Properties aPerformanceTuningSettings)
        Create a ProcessTrace_impl with a custom timer.
        Parameters:
        aTimer - the timer to use for collecting performance stats
        aPerformanceTuningSettings - performance tuning settings. One of the settings allows the ProcessTrace to be disabled.