schwad_performance_logger 0.4.0 → 0.4.1
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 +4 -4
- data/README.md +2 -2
- data/lib/schwad_performance_logger/version.rb +1 -1
- data/schwad_performance_logger.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c8275d515aa97c0cf9367565de433698c4368bc5d3c7becb74511d676c7d27c7
|
|
4
|
+
data.tar.gz: a2a31599f3f76e3c2a788731ded0aebc61d53b15cb6338486a7943050812e36e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90028de7fc8762018a7b44fdac55316c8b9f3782f4cd52ab7eaa7fbc19a0cad19fa27a63b38901d7b3703e3849d7f94cd02d35a5ca68d270b2e1ec76b5bf25a6
|
|
7
|
+
data.tar.gz: d2675d9a2a9afe09b39f540483df8d0b9b723d0f339bb163fd0ea14c9a1740455aaf8e69092d3af7d8de778c181923089aa5b548784b6ea0c096b3bc05003b7b
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# SchwadPerformanceLogger
|
|
2
2
|
|
|
3
|
-
This gem allows you to track memory usage and time passage during the life of
|
|
4
|
-
the SPL object, as well as deltas between each check. The output
|
|
3
|
+
This gem allows you to track memory usage and time passage in your code. It does this during the life of
|
|
4
|
+
the SPL object, as well as giving deltas between each check. The output
|
|
5
5
|
is `puts`'d to the console, and it also writes to a long-running CSV and per-object
|
|
6
6
|
log file in `logs/schwad_performance_logger`
|
|
7
7
|
|
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["nicholas.schwaderer@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Track your memory and time performance in console, csv and/or logs.}
|
|
13
|
-
spec.homepage = "https://
|
|
13
|
+
spec.homepage = "https://github.com/Schwad/schwad_performance_logger"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
# Specify which files should be added to the gem when it is released.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: schwad_performance_logger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nick Schwaderer
|
|
@@ -116,7 +116,7 @@ files:
|
|
|
116
116
|
- lib/schwad_performance_logger/schwad_performance_logger.rb
|
|
117
117
|
- lib/schwad_performance_logger/version.rb
|
|
118
118
|
- schwad_performance_logger.gemspec
|
|
119
|
-
homepage: https://
|
|
119
|
+
homepage: https://github.com/Schwad/schwad_performance_logger
|
|
120
120
|
licenses:
|
|
121
121
|
- MIT
|
|
122
122
|
metadata: {}
|