Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkatreddy authored May 3, 2019
1 parent 0abf055 commit 5ab63e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ perf.start('apiCall');
//at end of your code, pass the same name (anywhere in your flow)
const results = perf.stop('apiCall');
console.log(results.time); // in milliseconds
console.log(results.preciseWords); // in words
```

Expand Down Expand Up @@ -62,4 +64,4 @@ perf.start();
//at end of your code
perf.stop();
```
```

0 comments on commit 5ab63e2

Please sign in to comment.