Sha256: 347569a0b3cf1d64cdcc64615d68471c7ac9956fb074cd1452fad000fdd18490
Contents?: true
Size: 618 Bytes
Versions: 52
Compression:
Stored size: 618 Bytes
Contents
#!/usr/bin/env ruby # encoding: ascii-8bit # Copyright 2014 Ball Aerospace & Technologies Corp. # All Rights Reserved. # # This program is free software; you can modify and/or redistribute it # under the terms of the GNU General Public License # as published by the Free Software Foundation; version 3 with # attribution addendums as found in the LICENSE.txt require 'cosmos' require 'cosmos/tools/tlm_grapher/tlm_grapher' require 'memory_profiler' report = MemoryProfiler.report do Cosmos::TlmGrapher.run end File.open(File.build_timestamped_filename(%w(grapher memory)),'w') {|file| report.pretty_print(file) }
Version data entries
52 entries across 52 versions & 1 rubygems