Eclipse plugin to measure programmer performance/stats
Posted
by
trenki
on Stack Overflow
See other posts from Stack Overflow
or by trenki
Published on 2011-11-14T07:10:30Z
Indexed on
2011/11/14
9:50 UTC
Read the original article
Hit count: 141
Does anyone know of an Eclipse plugin that can give me some stats about my behavior/usage of the Eclipse IDE?
There are quite a few things I would like to know:
- How often/when do I invoke the "Build All" command (through Ctrl+B)
- How often does compilation fail/succeed (+ number of errors/warnings)
- How often do I hit Backspace? (I do that way to often; If pressing that key would give a nasty sound I would in time learn to type correctly in the first place)
- How many characters/lines of code that I typed do I delete (possibly quite immediately)
- How (effective/efficient/...) is my Mouse/Keyboard/IDE usage? (Kinda like measuring APM in StarCraft; this could be fun)
If there is no such Eclipse plugin around, how complex and time consuming would It be to write a plugin that can accomplish the above?
© Stack Overflow or respective owner