We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9871d26 commit be64e3fCopy full SHA for be64e3f
NativeScript/NativeScript.mm
@@ -47,6 +47,7 @@ - (instancetype)initWithConfig:(Config*)config {
47
std::chrono::high_resolution_clock::time_point t2 = std::chrono::high_resolution_clock::now();
48
auto duration = std::chrono::duration_cast<std::chrono::milliseconds>(t2 - t1).count();
49
printf("Runtime initialization took %llims\n", duration);
50
+ printf("Runtime V8 Version %s\n", V8::GetVersion());
51
52
if (config.IsDebug) {
53
Isolate::Scope isolate_scope(isolate);
0 commit comments