File: print_max_rss.sh

package info (click to toggle)
bart-cuda 0.8.00-2
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm, sid
  • size: 7,752 kB
  • sloc: ansic: 100,267; python: 717; makefile: 576; sh: 564; cpp: 104
file content (2 lines) | stat: -rwxr-xr-x 88 bytes parent folder | download | duplicates (3)
1
2
#!/bin/bash
{ /usr/bin/time -v $* ; } 2>&1 | grep "Maximum resident" | awk '{print $6}'