.TH "BeagleBenchmarkedResource" 3 "Sun May 26 2019" "Version 3.1.2" "BEAGLE" \" -*- nroff -*- .ad l .nh .SH NAME BeagleBenchmarkedResource \- Description of a benchmarked hardware resource\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Attributes" .in +1c .ti -1c .RI "int \fBnumber\fP" .br .ti -1c .RI "char * \fBname\fP" .br .ti -1c .RI "char * \fBdescription\fP" .br .ti -1c .RI "long \fBsupportFlags\fP" .br .ti -1c .RI "long \fBrequiredFlags\fP" .br .ti -1c .RI "int \fBreturnCode\fP" .br .ti -1c .RI "char * \fBimplName\fP" .br .ti -1c .RI "long \fBbenchedFlags\fP" .br .ti -1c .RI "double \fBbenchmarkResult\fP" .br .ti -1c .RI "double \fBperformanceRatio\fP" .br .in -1c .SH "Detailed Description" .PP Description of a benchmarked hardware resource\&. .SH "Member Data Documentation" .PP .SS "long BeagleBenchmarkedResource::benchedFlags" Bit-flags that characterize the activate capabilities of the resource and implementation for this benchmark .SS "double BeagleBenchmarkedResource::benchmarkResult" Benchmark result in milliseconds .SS "char* BeagleBenchmarkedResource::description" Description of resource as a NULL-terminated character string .SS "char* BeagleBenchmarkedResource::implName" Name of implementation used to benchmark resource .SS "char* BeagleBenchmarkedResource::name" Name of resource as a NULL-terminated character string .SS "int BeagleBenchmarkedResource::number" Resource number .SS "double BeagleBenchmarkedResource::performanceRatio" Performance ratio relative to default CPU resource .SS "long BeagleBenchmarkedResource::requiredFlags" Bit-flags that identify resource type .SS "int BeagleBenchmarkedResource::returnCode" Return code of for benchmark attempt (see BeagleReturnCodes) .SS "long BeagleBenchmarkedResource::supportFlags" Bit-flags of supported capabilities on resource .SH "Author" .PP Generated automatically by Doxygen for BEAGLE from the source code\&.