New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
perf_region_defines.h in branches/2016/dev_HPC_Gyre_benchmark_test/NEMOGCM/TOOLS/COUNTERS – NEMO

source: branches/2016/dev_HPC_Gyre_benchmark_test/NEMOGCM/TOOLS/COUNTERS/perf_region_defines.h @ 7357

Last change on this file since 7357 was 6585, checked in by timgraham, 8 years ago

Added missing files from last commit.

File size: 427 bytes
Line 
1#ifndef PERF_REGION_DEFINES_H
2#define PERF_REGION_DEFINES_H
3
4
5#define COMMENT1  "Identifiers for each region. Don't forget to add a line in performance_region.c !"
6#define PERF_REGIONS_FOO      (1)
7
8
9#define COMMENT2  "Maximum number of regions"
10#define PERF_REGIONS_MAX      (10)
11
12
13
14#define COMMENT3  "Flags to determine which timing functionality should be used"
15#define PERF_TIMINGS    (65536*2)
16#define PERF_COUNTERS      (65536)
17
18
19
20#endif
Note: See TracBrowser for help on using the repository browser.