Package org.opencms.util.benchmark
Class CmsFileBenchmarkReceiver
java.lang.Object
org.opencms.util.benchmark.CmsFileBenchmarkReceiver
Appends benchmark samples to a file.
-
Constructor Summary
ConstructorDescriptionCreates a new instance and configures it via the Java system properties.CmsFileBenchmarkReceiver
(String path, String benchmark, String group) Creates a new instance. -
Method Summary
-
Constructor Details
-
CmsFileBenchmarkReceiver
public CmsFileBenchmarkReceiver()Creates a new instance and configures it via the Java system properties.The following properties are used:
- opencms.benchmark.file: the output file
- opencms.benchmark.name: the benchmark name
- opencms.benchmark.group: the benchmark group
-
CmsFileBenchmarkReceiver
Creates a new instance.- Parameters:
path
- the output file pathbenchmark
- the benchmark namegroup
- the benchmark group
-
-
Method Details
-
receiveSample
- See Also:
-
CmsBenchmarkTable.Receiver.receiveSample(java.lang.String, long)
-