Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Add a button for dumping the metrics to a buffer #5

Open
lee-dohm opened this issue Aug 29, 2014 · 3 comments
Open

Add a button for dumping the metrics to a buffer #5

lee-dohm opened this issue Aug 29, 2014 · 3 comments
Assignees

Comments

@lee-dohm
Copy link
Contributor

Rather than posting screenshots for comparison like in atom/atom#3405, it would be great if we could click a button and dump all the stats into a text file to paste into a GitHub Issue or Discuss post.

Makes it searchable too!

@kevinsawicki kevinsawicki self-assigned this Apr 24, 2015
@billybonks
Copy link

I am happy to build this if we can agree on a format

currently i have been thinking about a csv split by headers.

Startup Time
window load time,213123
project load time,1232

Package Loading
package1,23ms
package2,25ms
package3,28ms

@phette23
Copy link

Just a little +1 to this. I noticed Atom was starting slow, but the only way for me to trace it to a particular package was to open up each & every single one until I found the one adding 2s to startup time. This package's utility is pretty minimal when you can't see an across-the-board summary of startup times.

@billybonks CSV format looks fine to me.

@billybonks
Copy link

@phette23 ye would be useful to have it automatically logged on startup, could then use a script to sum and average the values. i wouldn't have the headers for the automatic log.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants