Ignore init time for speed stats
This commit is contained in:
parent
e907474ea9
commit
6039bf73c7
@ -51,8 +51,6 @@ emu_init(struct emu *emu, int argc, char *argv[])
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
emu_stat_init(&emu->stat);
|
|
||||||
|
|
||||||
model_init(&emu->model);
|
model_init(&emu->model);
|
||||||
|
|
||||||
/* Register all the models */
|
/* Register all the models */
|
||||||
@ -71,6 +69,8 @@ emu_init(struct emu *emu, int argc, char *argv[])
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
emu_stat_init(&emu->stat);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user