Difference between revisions of "r7.1.1:Define BENCHMARK PAL MEMORY TYPE STRING"

From liblfds.org
Jump to navigation Jump to search
m (1 revision imported)
 
(No difference)

Latest revision as of 20:16, 17 February 2017

Source File

└───test_and_benchmark
    └───benchmark
        └───src
            └───libbenchmark_porting_abstraction_layer_operating_system.h

Define

#define BENCHMARK_PAL_MEMORY_TYPE_STRING  "SMP"

or 

#define BENCHMARK_PAL_MEMORY_TYPE_STRING  "NUMA"

Example

#define BENCHMARK_PAL_MEMORY_TYPE_STRING  "NUMA"

Optionality

This define is mandatory and the programme cannot compile if it is not set.

Notes

This define is used internally to form up the version string. The value should be "SMP" on SMP systems and "NUMA" on NUMA systems.

See Also