arporter / NEMO-DSL

Investigation into the use of Domain Specific Languages with the NEMO ocean model
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Fix issue #1 by adding timing code. #2

Closed arporter closed 7 years ago

arporter commented 7 years ago

Code now uses the dl_timer lib to time execution. I've only added two timers so far, mainly to illustrate use of the timing API. More timed regions can be added when further development is undertaken.

Fixes issue #1.