//go:build !pprof

package main

func initProfiling() {
	// no profiling in production
}