Changeset d270799
- Timestamp:
- 06/01/15 06:30:22 (9 years ago)
- Branches:
- master
- Children:
- c83befc
- Parents:
- 5df7203
- git-author:
- Hal Finkel <hfinkel@…> (06/01/15 06:30:22)
- git-committer:
- Hal Finkel <hfinkel@…> (06/01/15 06:30:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
memlog_analyze
r5df7203 rd270799 36 36 } 37 37 38 if (scalar(@ARGV) > 1) { 39 print_usage(2); 40 } 41 38 42 my $memlog_fn = $ARGV[0]; 39 43 my $out_dir = $ARGV[1] || '.';
Note: See TracChangeset
for help on using the changeset viewer.