org.netbeans.performance.impl.logparsing |
|
Java Source File Name | Type | Comment |
FolderAggregation.java | Class | A simple DataAggregation that acts as a folder for child
aggregations. |
Gc.java | Class | |
GcLog.java | Class | Wrapper class for a JDK garbage collection log. |
GcTestSet.java | Class | Defines NetBeans garbage collection tests. |
IdeCfg.java | Class | Wrapper class for a JDK garbage collection log. |
JavaLineswitch.java | Class | Wrapper class for a single lineswitch on the Java command
line. |
ModuleEntry.java | Class | Wrapper class for a module entry line in a NetBeans log. |
ModulesLog.java | Class | |
NbLog.java | Class | Object wrapper for NetBeans ide.log file, which parses
and stores data from the log file in LogElement objects. |
NbRunLog.java | Class | Wrapper class for master log output by the testing suite.
This log contains start and end time of the run, and pointers
to files generated by the run (such as ide.cfg) which are
copied to the location listed in the run log for later parsing.
The format of this file is very simple - name value pairs
delimited by "=" and separated by "%%%". |
TestSet.java | Class | Defines a particular type of test, such as tests of
garbage collection, and contains a method for
building the required data structures to represent all the
data for a run. |
TimeLog.java | Class | Wrapper for a simple log file representing NetBeans start
and finish times, in the format START=xx END=yy
where xx and yy are start and end times in milliseconds,
respectively. |
Utils.java | Class | Miscellaneous utility methods for parsing logs. |