From a509749c51017e93960c4fc129aaa89382439f66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 21 Jan 2024 00:07:06 +0100 Subject: [PATCH] stats --- .../src/com/jpexs/decompiler/flash/cli/commands/Export.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libsrc/ffdec_cli/src/com/jpexs/decompiler/flash/cli/commands/Export.java b/libsrc/ffdec_cli/src/com/jpexs/decompiler/flash/cli/commands/Export.java index 7265687e7..e71772128 100644 --- a/libsrc/ffdec_cli/src/com/jpexs/decompiler/flash/cli/commands/Export.java +++ b/libsrc/ffdec_cli/src/com/jpexs/decompiler/flash/cli/commands/Export.java @@ -134,6 +134,12 @@ public class Export implements Runnable { ) Integer fileTimeout = null; + @Option( + names = "--stats", + description = "Show export performance statistics" + ) + boolean showStatistics = false; + @Parameters(index = "0", split = ",", arity = "1",