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

mögliche Probleme mit nested decorators #8

Open
jostmorgenstern opened this issue Jan 21, 2021 · 0 comments
Open

mögliche Probleme mit nested decorators #8

jostmorgenstern opened this issue Jan 21, 2021 · 0 comments

Comments

@jostmorgenstern
Copy link
Collaborator

  • äußerer decorator kann nicht auf Namen der Funktion der Funktion zugreifen (Name ist inner)
  • innerer decorator verfälscht Ergebnisse für Äußeren -> z.B. Innerer misst Memory, Äußerer misst Time -> setup des Threads und häufiges Memory-Sampling erzeugt Zeitoverhead der nicht zur Pipeline gehört
  • man kann keine normale return-Werte mehr benutzen (return-Wert muss für Benchmark gedacht sein)
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

No branches or pull requests

1 participant