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.
2 parents 915b7c7 + a63c6ca commit f11966fCopy full SHA for f11966f
Sources/AppModule/QTAppDelegate.m
@@ -239,7 +239,7 @@ - (void)_sendEvent:(id<QTEvent>)event sel:(SEL)sel{
239
[message appendString:@"Bus: "];
240
[message appendString:NSStringFromClass(module.class)];
241
[message appendFormat:@" execute %@ ",NSStringFromSelector(sel)];
242
- [message appendFormat:@"cost %fms", endTime - beginTime];
+ [message appendFormat:@"cost %fms", (endTime - beginTime) * 1e3];
243
NSLog(@"%@",message);
244
}
245
#pragma clang diagnostic pop
0 commit comments