Detailed Description
Single state containing everything needed for running and then reporting the performance tests.
- Examples
- Hash/Performance.c.
Collaboration diagram for performanceState:
Data Fields
| uint16_t | numberOfThreads |
| sharedStringNode * | sharedStringFirst |
| sharedStringNode * | sharedStringLast |
| int | evidenceCount |
| int | iterations |
| const char * | dataFileLocation |
| FILE * | output |
| FILE * | resultsOutput |
| ResourceManager | manager |
| FIFTYONE_DEGREES_THREAD * | threads |
| double | startUpMillis |
| int | availableProperties |
| int | maxEvidence |
| double | elapsedMilliSeconds |
| threadState * | threadStates |
| int | threadIndex |
The documentation for this struct was generated from the following file:
- /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/examples/C/Hash/Performance.c
