51Degrees Device Detection C/C++  4.5

A device detection library that is used natively or by 51Degrees products

performanceState Struct Reference

Detailed Description

Single state containing everything needed for running and then reporting the performance tests.

Examples
Hash/Performance.c.

Collaboration diagram for performanceState:

[legend]

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
On This Page