> This is the convention I've been using: > (1) To maintain instance variable naming conventions, I have named the > stats variables using lowerCamelCase. > (2) For stat string output printed to stats.txt, I've used > lower_underscore. > It looks like the majority of stats.txt output strings are in > lower_underscore currently. It's much easier to change instance variable > names than stats.txt output strings, so I'm hoping that this convention is > acceptable (I'm adding a bunch of stats for coordination with McPAT).
That's more or less what I've always been using. I think that we should either stick to it, or if we change something, change #1 to match #2. Nate _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
