|
RawSpeed
fast raw decoding library
|
#include <cerrno>#include <cstdint>#include <iostream>#include <optional>Go to the source code of this file.
Functions | |
| static std::optional< int64_t > | get_cachelinesize_from_sysconf () |
| static std::optional< int64_t > | get_cachelinesize_from_getauxval () |
| static std::optional< int64_t > | get_cachelinesize_from_sysctlbyname () |
| static std::optional< int64_t > | get_cachelinesize_from_GetLogicalProcessorInformation () |
| int | main () |
|
static |
Definition at line 37 of file cpu-cache-line-size.cpp.
Referenced by main().
|
static |
Definition at line 83 of file cpu-cache-line-size.cpp.
Referenced by main().
|
static |
Definition at line 22 of file cpu-cache-line-size.cpp.
Referenced by main().
|
static |
Definition at line 55 of file cpu-cache-line-size.cpp.
Referenced by main().
| int main | ( | ) |
Definition at line 88 of file cpu-cache-line-size.cpp.
References get_cachelinesize_from_getauxval(), get_cachelinesize_from_GetLogicalProcessorInformation(), get_cachelinesize_from_sysconf(), and get_cachelinesize_from_sysctlbyname().