perfmonger 0.14.2 → 0.14.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b1f5e883802377df1cc422ab0e100f2445bdaafb7d77da2ddcb279232cd63b4
4
- data.tar.gz: b3cf4f9bd787f1b9b47dcff4da7480d8c30385c89a3785ad0793c5c40703dd06
3
+ metadata.gz: b0548eb25e78b9fc8ee6005ccd4b9e9474c8d26fa0ede0ac3c787c20f03d0b3f
4
+ data.tar.gz: c390cf6b8b7faf8161fe0260f34ca24c126f074e9dc0a5a01e4b6b46a3d2cfc5
5
5
  SHA512:
6
- metadata.gz: cdca2aa8a3ad76a274cdc142f1738e12578dc06117de98a1e24e41aee5604452a113becdd506df19d49b5ccf7aa1e1d1eaa58ab8a52b1fd121181318f3fdad51
7
- data.tar.gz: 76697490438d0b364be27504a7db0697d33b9f3bc5dc56f11db8dc89f5a1f682a270ad2d50bbedb40852ea759a0cf98708cc0fd159bc73568f17e11da2f43de7
6
+ metadata.gz: bc497c0548e92775014dd75b3490928459751df69dbddcae9c7fc247638bddae1db03f12debaf91d58821e12f72adfa66e72ce663c728cf9aaea629b1796f46c
7
+ data.tar.gz: 01f8707c50884217eab3a431e5c564330441d7b5692296f045f95ffe2b066a0ace499e628024cb97c80dbc0e8e5b2254910dc150d324936f0773355dc8e49ef1
data/.gitignore CHANGED
@@ -14,3 +14,7 @@
14
14
  /.wercker/
15
15
  /spec/examples.txt
16
16
  /perfmonger.pgr.gz
17
+ /*.pdf
18
+ /*.png
19
+ /*.gp
20
+ /*.dat
data/NEWS CHANGED
@@ -1,4 +1,12 @@
1
- ## 2021-XX-XX: PerfMonger 0.15.0
1
+ ## 2023-XX-XX: PerfMonger 0.15.0
2
+
3
+ ## 2023-05-13: PerfMonger 0.14.4
4
+ * Yanked release 0.14.3 and repushed release binary.
5
+
6
+ ## 2023-03-30: PerfMonger 0.14.3
7
+ * Bugfix
8
+ * [plot] subcommand:
9
+ * Plot memory usage info correctly when available.
2
10
 
3
11
  ## 2021-12-01: PerfMonger 0.14.2
4
12
  * Bugfix
Binary file
Binary file
@@ -517,13 +517,13 @@ EOS
517
517
  gp_filename = @output_prefix + 'mem.gp'
518
518
  dat_filename = @output_prefix + 'mem.dat'
519
519
 
520
- unless File.exists?(dat_filename)
520
+ unless File.exists?(@mem_dat)
521
521
  $stderr.puts("WARN: memory usage info is not available.")
522
522
  return
523
523
  end
524
524
 
525
525
  if @output_type != 'pdf'
526
- img_filename = @output_prefix + 'cpu.' + @output_type
526
+ img_filename = @output_prefix + 'mem.' + @output_type
527
527
  else
528
528
  img_filename = nil
529
529
  end
@@ -1,3 +1,3 @@
1
1
  module PerfMonger
2
- VERSION = "0.14.2"
2
+ VERSION = "0.14.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: perfmonger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.2
4
+ version: 0.14.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuto HAYAMIZU
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-14 00:00:00.000000000 Z
11
+ date: 2023-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler