stackviz 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2fefc37e9be995e7be0e60a742e5b842424eb1ed
4
- data.tar.gz: b23545b9db10f62e4483c126f1872a3ed47069e8
3
+ metadata.gz: c8a828c5806215d620b7cc1052241574046d1b6f
4
+ data.tar.gz: a075d81ab35409708c20e5c77e45233a500f1828
5
5
  SHA512:
6
- metadata.gz: b24e1e9a4e80ba101e8043e36f768065fb04661b58b2fcbc3ad017d4a1c2819c89f938e46f191f18ecca1777b10d6840bc976f7de71df5631f23e7e4ea6e2562
7
- data.tar.gz: 2a105867962b0e2330a39f60671b2ec372e31e39c0facafb4f62603e875cbb718cec0440093d7c5e33b30c75c3484ddc8d19d3822e750f7ab0263581ce049f5f
6
+ metadata.gz: fe13899cc341400512d0124d4be6c72e061a8136084a9d5195fdce9bcf48200e3f25d65ed229c879f81bbcf95dc1cad7c9a1a1bd63e7a62098dfff1dba46c8b6
7
+ data.tar.gz: 325b57b9ad8172cf3b67ba842e6d0a4a8026731f94a2eeba843b2e7bf76839fb63eb9243a1954b93fcc994d4591cea7373dc4798cf63220571275e288242538a
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Stackviz
2
2
 
3
- Visual stack profiler using [stackprof](https://github.com/tmm1/stackprof).
3
+ Quickly open graph image generated by [stackprof](https://github.com/tmm1/stackprof).
4
4
  This gem is a thin wrapper of stackprof and provides simple API to see profiling result quickly.
5
5
 
6
6
  ## Installation
@@ -1,5 +1,6 @@
1
1
  require "stackviz/version"
2
2
  require "stackprof"
3
+ require "tempfile"
3
4
 
4
5
  class Stackviz
5
6
  def self.profile(mode: :cpu, path: nil, open: true, &block)
@@ -1,3 +1,3 @@
1
1
  class Stackviz
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Stackviz::VERSION
9
9
  spec.authors = ["Takashi Kokubun"]
10
10
  spec.email = ["takashikkbn@gmail.com"]
11
- spec.summary = %q{Visual stack profiler using stackprof.}
12
- spec.description = %q{Visual stack profiler using stackprof. This gem is a thin wrapper of stackprof and provides simple API to see profiling result quickly.}
11
+ spec.summary = %q{Quickly open graph image profiled by stackprof}
12
+ spec.description = %q{This gem is a thin wrapper of stackprof and provides simple API to see profiling result quickly.}
13
13
  spec.homepage = "https://github.com/k0kubun/stackviz"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stackviz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Kokubun
@@ -94,8 +94,8 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- description: Visual stack profiler using stackprof. This gem is a thin wrapper of
98
- stackprof and provides simple API to see profiling result quickly.
97
+ description: This gem is a thin wrapper of stackprof and provides simple API to see
98
+ profiling result quickly.
99
99
  email:
100
100
  - takashikkbn@gmail.com
101
101
  executables: []
@@ -134,6 +134,5 @@ rubyforge_project:
134
134
  rubygems_version: 2.2.2
135
135
  signing_key:
136
136
  specification_version: 4
137
- summary: Visual stack profiler using stackprof.
137
+ summary: Quickly open graph image profiled by stackprof
138
138
  test_files: []
139
- has_rdoc: