Documentation ¶
Overview ¶
Copyright (C) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See LICENSE-CODE in the project root for license information. Package stats implements statistics related structures, methods, and functions
Copyright (C) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See LICENSE-CODE in the project root for license information.
Copyright (C) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See LICENSE-CODE in the project root for license information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPercentileIndex ¶
GetPercentileIndex returns the percentile index of the slice
Types ¶
type NilProfiler ¶
type NilProfiler struct { }
EventHubSender sends messages to Azure Event Hub
func InitializeNilProfiler ¶
func InitializeNilProfiler() *NilProfiler
InitializeNilProfiler initializes a nil profiler
func (*NilProfiler) RecordTiming ¶
func (n *NilProfiler) RecordTiming(bytes []byte)
RecordTiming implements interface Profiler