nanotiming
Advanced tools
Comparing version 2.0.0 to 3.0.0
@@ -26,3 +26,3 @@ var assert = require('assert') | ||
var name = partial ? this._name + ':' + partial : this._name | ||
var name = partial ? this._name + '/' + partial : this._name | ||
var endName = name + '-end-' + uuid | ||
@@ -29,0 +29,0 @@ var startName = name + '-start-' + uuid |
@@ -5,3 +5,3 @@ { | ||
"repository": "yoshuawuyts/nanotiming", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "deps": "dependency-check . && dependency-check . --extra --no-dev", |
@@ -37,3 +37,3 @@ # nanotiming [![stability][0]][1] | ||
Start a timing. Takes a method name. The method name is concatenated to the | ||
instance name as `<instanceName>:<methodName>`. If no method name is passed, | ||
instance name as `<instanceName>/<methodName>`. If no method name is passed, | ||
it'll fall back to only using the instance name. It's recommended that per | ||
@@ -40,0 +40,0 @@ instance to either always use method names, or never. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package