Documentation ¶ Index ¶ func WithProf(fn func() error) (rerr error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func WithProf ¶ func WithProf(fn func() error) (rerr error) WithProf runs the given function under whatever profiling the user has selected via command line flags. Any error by the function, or profiling error, is returned. Types ¶ This section is empty. Source Files ¶ View all Source files prof.go Click to show internal directories. Click to hide internal directories.