AstroAccelerateOrg / astro-accelerate

AstroAccelerate is a many-core accelerated software package for processing time-domain radio-astronomy data.
https://www.oerc.ox.ac.uk/research-groups/astroaccelerate/
GNU General Public License v3.0
43 stars 16 forks source link

TimeLog class not clearing variables #234

Open jan2nov opened 4 years ago

jan2nov commented 4 years ago

Issue Summary In case the AA runs in a for loop, the variable used in timelog do not clear itselfs, they just adding to the previous recorded time.

Steps to Reproduce Runs AA in a for loop

Expected Outcome Each timelog should show actual time for each run, not an incremental one

Actual Outcome Wrong time showing for kernels than actual durations of the kernels

Configuration

Notes