소스 검색

Make use of --chars parameter

Alois Mahdal 10 년 전
부모
커밋
3bda98b1e4
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      include/gmon.py

+ 2
- 0
include/gmon.py 파일 보기

@@ -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):