slachiewicz / caliper

Automatically exported from code.google.com/p/caliper
Apache License 2.0
0 stars 0 forks source link

Consider removing all logic where we elide or infer a "time-" prefix #226

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If I have a method called "timeIt" we report that as "It", and I believe we 
accept it in -b as "It" as well.

I think this will bite us in the ass when we move to an (optional or required) 
annotation-based approach for identifying benchmark methods.

We can probably lose all of that.  For now, "time" would be significant only in 
that all benchmark methods start with that, but we don't have to try to get 
cute with inferring it and whatnot.

Original issue reported on code.google.com by kevinb@google.com on 25 Feb 2013 at 7:25

GoogleCodeExporter commented 9 years ago
I agree with all of that.

Original comment by gak@google.com on 25 Feb 2013 at 7:36