mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 952616 - OdinMonkey: tweak success message when not stored in cache (r=bbouvier)
--HG-- extra : rebase_source : fd8b46ce32a3231ae8f3533f445576200003be65
This commit is contained in:
parent
9d492f8863
commit
9d4515e054
@ -1708,9 +1708,9 @@ class MOZ_STACK_CLASS ModuleCompiler
|
||||
return;
|
||||
}
|
||||
}
|
||||
out->reset(JS_smprintf("total compilation time %dms%s%s",
|
||||
out->reset(JS_smprintf("total compilation time %dms%s%s; ",
|
||||
msTotal,
|
||||
storedInCache ? "; stored in cache" : "",
|
||||
storedInCache ? "stored in cache" : "not stored in cache",
|
||||
slowFuns ? slowFuns.get() : ""));
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user