logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

BeagleBenchmarkedResource - Description of a benchmarked hardware resource.

Author

       Generated automatically by Doxygen for BEAGLE from the source code.

Version 3.1.2                                    Tue Oct 19 2021                    BeagleBenchmarkedResource(3)

Detailed Description

       Description of a benchmarked hardware resource.

Member Data Documentation

longBeagleBenchmarkedResource::benchedFlags
       Bit-flags that characterize the activate capabilities of the resource and implementation for this
       benchmark

   doubleBeagleBenchmarkedResource::benchmarkResult
       Benchmark result in milliseconds

   char*BeagleBenchmarkedResource::description
       Description of resource as a NULL-terminated character string

   char*BeagleBenchmarkedResource::implName
       Name of implementation used to benchmark resource

   char*BeagleBenchmarkedResource::name
       Name of resource as a NULL-terminated character string

   intBeagleBenchmarkedResource::number
       Resource number

   doubleBeagleBenchmarkedResource::performanceRatio
       Performance ratio relative to default CPU resource

   longBeagleBenchmarkedResource::requiredFlags
       Bit-flags that identify resource type

   intBeagleBenchmarkedResource::returnCode
       Return code of for benchmark attempt (see BeagleReturnCodes)

   longBeagleBenchmarkedResource::supportFlags
       Bit-flags of supported capabilities on resource

Name

       BeagleBenchmarkedResource - Description of a benchmarked hardware resource.

Synopsis

       #include <beagle.h>

   PublicAttributes
       int number
       char * name
       char * description
       long supportFlags
       long requiredFlags
       int returnCode
       char * implName
       long benchedFlags
       double benchmarkResult
       double performanceRatio

See Also