Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aggregate data from multiple decorators/functions when closed #41

Closed
JuanPedroGHM opened this issue Apr 18, 2023 · 0 comments · Fixed by #69
Closed

Aggregate data from multiple decorators/functions when closed #41

JuanPedroGHM opened this issue Apr 18, 2023 · 0 comments · Fixed by #69

Comments

@JuanPedroGHM
Copy link
Member

At the moment, when using multiple decorators on a single app, perun generates individual outputs for each decorator call.

Goals:

  • Keep track of all the monitor calls during a single execution
  • When exiting the app, aggregate the data by function
  • Generate a single output file

How? Start by checking this std library : https://docs.python.org/3.8/library/atexit.html#module-atexit

@JuanPedroGHM JuanPedroGHM linked a pull request Aug 18, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant