vazexqi / CodingSpectator

Watches and analyzes code edits in the Eclipse IDE non-invasively
http://codingspectator.cs.illinois.edu
Other
20 stars 14 forks source link

Compute a measure of participants' use of CodingSpectator #316

Closed reprogrammer closed 13 years ago

reprogrammer commented 13 years ago

It would be nice to have the script summarize-user-activities.rb report a rough estimate of how much code each participant has developed under the presence of CodingSpectator. I think it would be good enough to compute the total size of the CodingTracker logs of each participant. Even though this metric is very imprecise, it is good enough to give us a rough idea of how actively each participant has used CodingSpectator.

Wanderer777 commented 13 years ago

@reprogrammer: I think that still imprecise but somewhat more objective measure would be to count the total number of operations recorded for each participant. After parsing a participant's data, this can be obtained as the size of the operation sequence list.

reprogrammer commented 13 years ago

@Wanderer777: We'll use this imprecise but quick method to continuously monitor the activities of our participants not for reporting statistics in our publications. A more precise approach is discussed in issue #321.