Browse Source

Make use of --chars parameter

Alois Mahdal 10 years ago
parent
commit
3bda98b1e4
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      include/gmon.py

+ 2
- 0
include/gmon.py View File

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