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.
Changeset 7630 – NEMO

Changeset 7630


Ignore:
Timestamp:
2017-02-02T09:56:20+01:00 (7 years ago)
Author:
timgraham
Message:

Modification to regular expressions to pick up timing_start/stop calls with white space around the subroutine name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_HPC_Gyre_benchmark_test/NEMOGCM/BENCHMARK/perf_regions_instrumentation.py

    r7230 r7630  
    1616         ".*USE timing.*", # include part 
    1717 
    18          ".*timing_start\(\'(.*)\'\)", # start of timing 
    19          ".*timing_stop\(\'(.*)\'\)",  # end of timing 
     18         ".*timing_start\([ ]*\'(.*)\'[ ]*\)",  # start of timing 
     19         ".*timing_stop\([ ]*\'(.*)\'[ ]*\)",   # end of timing 
    2020         ".*timing_reset.*"      # reset of timing 
    2121      ], 
Note: See TracChangeset for help on using the changeset viewer.