Changeset 40086
- Timestamp:
- Jul 11, 2017, 12:23:04 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/czartool/czartool/Config.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/czartool/czartool/Config.pm
r38258 r40086 46 46 $self->{gnuplotfontsize} = $xc->findvalue('//gnuplot/size'); 47 47 $self->{gnuplotpath} = $xc->findvalue('//gnuplot/path'); 48 $self->{gnuplotexec} = $xc->findvalue('//gnuplot/exec'); 48 49 49 50 # metrics … … 216 217 ########################################################################### 217 218 # 219 # Returns path to gnuplot binary 220 # 221 ########################################################################### 222 sub getGnuplotExec { 223 my ($self) = @_; 224 return $self->{gnuplotexec}; 225 } 226 227 ########################################################################### 228 # 218 229 # Returns save location for metrics 219 230 #
Note:
See TracChangeset
for help on using the changeset viewer.
