We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage
const {timer} = require('./utils/logger')('ia:selectors:condition-selector'); const stopLazyFunctionTimer = timer.start('lazy function'); //..do something const stopInnerFunctionTimer = timer.start('inner function'); //..do something stopInnerFunctionTimer(); // will log 'inner function' timer //..do something stopLazyFunctionTimer(); // will log 'lazy function' timer
timer.stop
ia:selectors:condition-selector:performance 100ms lazy function
The text was updated successfully, but these errors were encountered:
hyzhak
No branches or pull requests
Usage
timer.stop
ia:selectors:condition-selector:performance 100ms lazy function
The text was updated successfully, but these errors were encountered: