Pprof.Builder.FunctionId (pprof v0.1.0)
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Gets a value from the bucket
by key
.
Puts the value
for the given key
in the bucket
.
Get the size of bucket
.
Starts a new bucket.
Link to this section Functions
Link to this function
child_spec(arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
flush(bucket)
Link to this function
get(bucket, key)
Gets a value from the bucket
by key
.
Link to this function
get_all(bucket)
Link to this function
put(bucket, key, value)
Puts the value
for the given key
in the bucket
.
Link to this function
size(bucket)
Get the size of bucket
.
Link to this function
start_link(opts)
Starts a new bucket.