Difference between revisions of "r7.1.0:Define LIBBENCHMARK PAL OS STRING"

From liblfds.org
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 00:13, 30 May 2016

Source File

└───test_and_benchmark
    └───libbenchmark
        └───inc
            └───libbenchmark
                    libbenchmark_porting_abstraction_layer_operating_system.h

Define

#define LIBBENCHMARK_PAL_OS_STRING  [compiler name, in double quotes]

Example

#define LIBBENCHMARK_PAL_OS_STRING  "Windows"

Optionality

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

Notes

This define is used internally to form up library version string.

See Also