Skip to content

Commit

Permalink
src: remove the tracing module entirely
Browse files Browse the repository at this point in the history
PR-URL: #124
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
piscisaureus committed Dec 9, 2014
1 parent e96100f commit 2b6a0f8
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 253 deletions.
1 change: 0 additions & 1 deletion doc/api/all.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@
@include debugger
@include cluster
@include smalloc
@include tracing
66 changes: 0 additions & 66 deletions doc/api/tracing.markdown

This file was deleted.

3 changes: 1 addition & 2 deletions lib/repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ exports.writer = util.inspect;
exports._builtinLibs = ['assert', 'buffer', 'child_process', 'cluster',
'crypto', 'dgram', 'dns', 'domain', 'events', 'fs', 'http', 'https', 'net',
'os', 'path', 'punycode', 'querystring', 'readline', 'stream',
'string_decoder', 'tls', 'tty', 'url', 'util', 'vm', 'zlib', 'smalloc',
'tracing'];
'string_decoder', 'tls', 'tty', 'url', 'util', 'vm', 'zlib', 'smalloc'];


function REPLServer(prompt, stream, eval_, useGlobal, ignoreUndefined) {
Expand Down
65 changes: 0 additions & 65 deletions lib/tracing.js

This file was deleted.

1 change: 0 additions & 1 deletion node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
'lib/string_decoder.js',
'lib/sys.js',
'lib/timers.js',
'lib/tracing.js',
'lib/tls.js',
'lib/_tls_common.js',
'lib/_tls_legacy.js',
Expand Down
3 changes: 0 additions & 3 deletions src/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@

process.EventEmitter = EventEmitter; // process.EventEmitter is deprecated

// Setup the tracing module
NativeModule.require('tracing')._nodeInitialization(process);

// do this good and early, since it handles errors.
startup.processFatal();

Expand Down
26 changes: 0 additions & 26 deletions test/simple/test-v8-flags.js

This file was deleted.

53 changes: 0 additions & 53 deletions test/simple/test-v8-gc.js

This file was deleted.

36 changes: 0 additions & 36 deletions test/simple/test-v8-stats.js

This file was deleted.

0 comments on commit 2b6a0f8

Please sign in to comment.