cmusatyalab / opendiamond

Interactive search of non-indexed data
http://diamond.cs.cmu.edu/
Eclipse Public License 1.0
19 stars 9 forks source link

Change Statistics RPC to use array of stats #7

Closed hongjaic closed 12 years ago

hongjaic commented 12 years ago

Currently, the statistics RPC uses a static list of hardcoded statistics names. This becomes an inconvenience when the list has to be expanded in the case different types of statistics are added. By having the list of statistics values an array, the list of more easily expandable.

Also changed the statistics RPC number (from 15 to 16).

bgilbert commented 12 years ago

Looks good, merged.