From 77f06aaa078ddbb37b107b1e172e72dd94ec50ce Mon Sep 17 00:00:00 2001
From: Pierre-Antoine Rouby <pierre-antoine.rouby@inrae.fr>
Date: Fri, 27 Oct 2023 11:53:00 +0200
Subject: [PATCH] tools: Time the parser function.

---
 src/tools.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/tools.py b/src/tools.py
index d6e787b3..cf4a0966 100644
--- a/src/tools.py
+++ b/src/tools.py
@@ -350,6 +350,7 @@ class SQL(object):
 parser_special_char = ["\"", "\'"]
 
 
+@timer
 def parse_command_line(cmd):
     """Parse command line string and return list of string arguments
 
-- 
GitLab