Back track in JS code execution and find where a function was called
A package to generate mazes using the depth first or hunt and kill algorithm. Mazes can be generated with seed values for reproducibility
performance monitorInstall and run
npm install xbb-p-monitor --save
```
import PMonitor from "xbb-p-monitor"
const pMonitor = new PMonitor({
//trackerId表示用户唯一键
backTrackerId(){
return localStorage.getItem('userId')
}
//其他详见option
Generate artificial backtrace by walking arguments.callee.caller chain