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

Debug: add global performance function #69

Open
joshjung opened this issue Feb 13, 2017 · 0 comments
Open

Debug: add global performance function #69

joshjung opened this issue Feb 13, 2017 · 0 comments

Comments

@joshjung
Copy link
Collaborator

joshjung commented Feb 13, 2017

Target Code (DEV mode only):

import {performance} from 'ringa';

console.log(performance.metrics());

I envision this outputting:

  • RingaObject counts (total, by Controller, by Thread, by Executor, etc.)
  • Names of shortest, median, longest running threads
  • Names of shortest, median, longest running executors
  • Instance references to any uncaught RingaEvents
  • Organized list of all failures across all threads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant