PPROF

PPROF provides profiling endpoints for your Quick application. It helps you to identify performance bottlenecks, monitor resource usage, and ensure that the code runs efficiently


// Function signature
	q.Use(pprof.New())
                        
routing.go