git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@302
ce2b1a6d-e550-0410-aec6-
3dcde31c8c00
// The row has a 32bit value for each process/thread in the table and also
// a name (stored in the table metadata). Since the storage location can be
// thread-specific, this class cannot be shared across threads.
-//
+//
// This class is designed to be POD initialized. It will be registered with
// the counter system on first use. For example:
// StatsCounter c = { L"c:myctr", NULL, false };