1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 class ActiveSupport::TestCase
12 $stderr.puts "#{t1 - t0}s #{label}"
17 open("/proc/self/status").each_line do |line|
18 print "Begin #{c} #{line}" if (line =~ /^VmHWM:/)
21 open("/proc/self/status").each_line do |line|
22 print "End #{c} #{line}" if (line =~ /^VmHWM:/)