0.11.3 • Published 8 years ago

kieker-javascript-core v0.11.3

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

kieker-javascript-core

Instrument your javascript applications with kieker

Install

$ npm install --save kieker-javascript-core

Usage

Example

For a general example, please see our examples directory.

  • simple-automated is an example for an automated instrumentation at a very primitive example
  • simple-manual is an example for a manual instrumentation at a very primitive example

Example for worker

var worker = require('kieker-javascript-worker');
worker.onLoad();
onmessage = worker.onMessage;

Development

Please run the tests: npm test

License

MIT © Daniel Schmidt