Skip to content

Commit

Permalink
OS-6305 want hrtime processing library for easier timing statistics
Browse files Browse the repository at this point in the history
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Reviewed by: Julien Gilli <julien.gilli@joyent.com>
Approved by: Josh Wilsdon <josh@wilsdon.ca>
  • Loading branch information
bahamas10 committed Oct 2, 2017
1 parent f881d61 commit 36a3099
Show file tree
Hide file tree
Showing 7 changed files with 413 additions and 28 deletions.
2 changes: 2 additions & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ JS_CHECK_TARGETS=\
vm/sbin/*.js \
vm/node_modules/dladm.js \
vm/node_modules/expander.js \
vm/node_modules/hrtime.js \
vm/node_modules/ip.js \
vm/node_modules/nic.js \
vm/node_modules/proptable.js \
Expand All @@ -101,6 +102,7 @@ JS_CHECK_TARGETS=\
vm/tests/test-create-filesystems.js \
vm/tests/test-docker.js \
vm/tests/test-defaults.js \
vm/tests/test-hrtime.js \
vm/tests/test-indestructible.js \
vm/tests/test-internal_metadata_namespaces.js \
vm/tests/test-lastexited.js \
Expand Down
1 change: 1 addition & 0 deletions src/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ f usr/node/0.10/node_modules/node-expat.js 0444 root bin
f usr/vm/node_modules/bunyan.js 0444 root bin
f usr/vm/node_modules/dladm.js 0444 root bin
f usr/vm/node_modules/expander.js 0444 root bin
f usr/vm/node_modules/hrtime.js 0444 root root
f usr/vm/node_modules/ip.js 0444 root bin
f usr/vm/node_modules/locker.js 0444 root bin
f usr/vm/node_modules/nic.js 0444 root bin
Expand Down
246 changes: 246 additions & 0 deletions src/vm/node_modules/hrtime.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/vm/node_modules/sysevent-stream.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 36a3099

Please sign in to comment.