Simple feedback server
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package node.perf_hooks;
|
||||
|
||||
typedef EventLoopMonitorOptions = {
|
||||
/**
|
||||
The sampling rate in milliseconds.
|
||||
Must be greater than zero.
|
||||
**/
|
||||
@:optional
|
||||
var resolution : Float;
|
||||
};
|
||||
Reference in New Issue
Block a user