Documentation ¶
Index ¶
- func CalculateAndPrint(prometheusResp *http.Response, profilingResult string, elapsed time.Duration, ...)
- func FetchProfiling() (string, error)
- func FetchPrometheus() (*http.Response, error)
- func GetValues(metricsResponse *http.Response) (float64, float64, float64, error)
- func PrintPrometheus(totalTime float64, executorTime float64, workerTime float64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CalculateAndPrint ¶
func CalculateAndPrint(prometheusResp *http.Response, profilingResult string, elapsed time.Duration, sequencerTimeSub, executorTimeSub float64, nTxs int)
CalculateAndPrint calculates and prints the results
func FetchProfiling ¶
FetchProfiling fetches the profiling metrics
func FetchPrometheus ¶
FetchPrometheus fetches the prometheus metrics
func PrintPrometheus ¶
PrintPrometheus prints the prometheus metrics
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.