\r\n

51Degrees Device Detection Java  4.4

Device detection services for 51Degrees Pipeline

fiftyone.devicedetection.examples.console.comparison.Reporting.Minimal Class Reference

Detailed Description

report on overall execution time and that of the threads

Inheritance diagram for fiftyone.devicedetection.examples.console.comparison.Reporting.Minimal:

[legend]

Collaboration diagram for fiftyone.devicedetection.examples.console.comparison.Reporting.Minimal:

[legend]

Public Member Functions

void  report (List< Comparer.ExecutionResult > executions, PrintWriter writer)
Report on the results of benchmarks. More...

Member Function Documentation

◆ report()

void fiftyone.devicedetection.examples.console.comparison.Reporting.Minimal.report ( List< Comparer.ExecutionResult >   executions,
PrintWriter   writer  
)

Report on the results of benchmarks.

Parameters
executions - a list of executions carried out

Implements fiftyone.devicedetection.examples.console.comparison.Reporting.