odissei-lifecourse / life-sequencing-dutch

MIT License
0 stars 0 forks source link

`generate_life_course_report.py`: reported times not accurate? #17

Open f-hafner opened 5 months ago

f-hafner commented 5 months ago

For instance, I think the beginning where the pickled files are loaded does not report any time

dakota0064 commented 5 months ago

That is correct - we ignore the pickle file load times as they were assumed to be static and relatively small. The original purpose of the time reporting was to see which sections were creating the largest bottlenecks, so the overall time reported may be slightly shorter than actual time taken.

tanzir5 commented 4 months ago

@f-hafner Maybe you could add some more time-reporting specific to every module (e.g., loading, section 1.1, 1.2, etc) to the report generation code?