Explorar el Código

Make use of --chars parameter

Alois Mahdal hace 10 años
padre
commit
3bda98b1e4
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      include/gmon.py

+ 2
- 0
include/gmon.py Ver fichero

@@ -62,6 +62,8 @@ class PluginData(object):
62 62
             self.fmt = "xgp"
63 63
         self.name = cmdargs['<command>']
64 64
         self.args = cmdargs['<args>']
65
+        if cmdargs['--chars']:
66
+            self.maxlen = int(cmdargs['--chars'])
65 67
 
66 68
 
67 69
 class Subcommand(object):