Profiler
parsley.debug.Profiler
class Profiler
This class is used to store the profile data for a specific group of sub-parsers.
It records the start and end timestamps of the parsers that interact with it. It is possible to use multiple different profilers if you want to establish the cumulative time for a sub-parser instead of the self-time.
This class is mutable, so care must be taken to call reset()
between runs, unless you want to accumulate the data.
Attributes
- Since
-
4.4.0
- Source
- debug.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article