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_names.c 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_names.c @ 6585

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

Added missing files from last commit.

File size: 143 bytes
Line 
1
2#include "perf_region_names.h"
3
4const char* perf_region_names[PERF_REGIONS_MAX] = {
5   "[dummy]",  // 0
6   "foo",      // 1
7   0     // null termination
8};
Note: See TracBrowser for help on using the repository browser.