stats: remove simplescalar compatibility for printing
This commit is contained in:
@@ -30,8 +30,8 @@ import internal
|
||||
|
||||
from internal.stats import StatEvent as event
|
||||
|
||||
def initText(filename, desc=True, compat=True):
|
||||
internal.stats.initText(filename, desc, compat)
|
||||
def initText(filename, desc=True):
|
||||
internal.stats.initText(filename, desc)
|
||||
|
||||
def initMySQL(host, database, user='', passwd='', project='test', name='test',
|
||||
sample='0'):
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
namespace Stats {
|
||||
void initSimStats();
|
||||
void initText(const std::string &filename, bool desc=true, bool compat=true);
|
||||
void initText(const std::string &filename, bool desc);
|
||||
void initMySQL(std::string host, std::string database, std::string user,
|
||||
std::string passwd, std::string project, std::string name,
|
||||
std::string sample);
|
||||
|
||||
Reference in New Issue
Block a user