Sha256: c17dc20f19eadb510a3eff3b3577be5c2e45e21bf693862a90c47433227028ca

Contents?: true

Size: 630 Bytes

Versions: 52

Compression:

Stored size: 630 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/cmd_tlm_server/cmd_tlm_server_gui'

require 'memory_profiler'
report = MemoryProfiler.report do
  Cosmos::CmdTlmServerGui.run
end
File.open(File.build_timestamped_filename(%w(cts memory)),'w') {|file| report.pretty_print(file) }

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
cosmos-4.5.2-java test/performance/tools/CmdTlmServerMemProf
cosmos-4.5.2 test/performance/tools/CmdTlmServerMemProf
cosmos-4.5.1-java test/performance/tools/CmdTlmServerMemProf
cosmos-4.5.1 test/performance/tools/CmdTlmServerMemProf
cosmos-4.5.0-java test/performance/tools/CmdTlmServerMemProf
cosmos-4.5.0 test/performance/tools/CmdTlmServerMemProf
cosmos-4.4.2-java test/performance/tools/CmdTlmServerMemProf
cosmos-4.4.2 test/performance/tools/CmdTlmServerMemProf
cosmos-4.4.1-java test/performance/tools/CmdTlmServerMemProf
cosmos-4.4.1 test/performance/tools/CmdTlmServerMemProf
cosmos-4.4.0-java test/performance/tools/CmdTlmServerMemProf
cosmos-4.4.0 test/performance/tools/CmdTlmServerMemProf
cosmos-4.3.0-java test/performance/tools/CmdTlmServerMemProf
cosmos-4.3.0 test/performance/tools/CmdTlmServerMemProf
cosmos-4.2.4-java test/performance/tools/CmdTlmServerMemProf
cosmos-4.2.4 test/performance/tools/CmdTlmServerMemProf
cosmos-4.2.3-java test/performance/tools/CmdTlmServerMemProf
cosmos-4.2.3 test/performance/tools/CmdTlmServerMemProf
cosmos-4.2.2-java test/performance/tools/CmdTlmServerMemProf
cosmos-4.2.2 test/performance/tools/CmdTlmServerMemProf