Cache method index for GUIInvoke invokes to avoid string compares

This commit is contained in:
baldurk
2016-11-09 19:13:22 +01:00
parent 28f5bdcf9d
commit cff5da63eb
3 changed files with 17 additions and 8 deletions
+2
View File
@@ -132,6 +132,8 @@ int main(int argc, char *argv[])
config.SetupFormatting();
GUIInvoke::init();
CaptureContext ctx(filename, remoteHost, remoteIdent, temp, config);
while(ctx.isRunning())