正确调用fieldstat2 histogram

This commit is contained in:
zhengchao
2018-11-21 13:15:31 +08:00
parent 68aa07f856
commit c0904200a0
2 changed files with 3 additions and 2 deletions

View File

@@ -303,7 +303,7 @@ int tfe_stat_init(struct tfe_proxy * proxy, const char * profile)
int main(int argc, char * argv[])
{
const char * main_profile = "./conf/tfe/tfe.conf";
const char * future_profile= "./conf/future.conf";
const char * future_profile= "./conf/tfe/future.conf";
unsigned int __log_level = RLOG_LV_INFO;
MESA_load_profile_uint_def(main_profile, "log", "level", &__log_level, RLOG_LV_INFO);