Module replay_trc

Opts - list({Tag,Val}) {Tag,Val}: {to_file,string(Filename)} {count,int()} {node,atom()} {time,hms_string()} {delta_time,hms_string()} {start_time,hms_string()} {stop_time,hms_string()} hms_string() - "HH:MM:SS".

Description

Opts - list({Tag,Val}) {Tag,Val}: {to_file,string(Filename)} {count,int()} {node,atom()} {time,hms_string()} {delta_time,hms_string()} {start_time,hms_string()} {stop_time,hms_string()} hms_string() - "HH:MM:SS"

Function Index

go/1
go/2
go/3
go/4

Function Details

go/1

go(File) -> any()

go/2

go(File, Opts) -> any()

go/3

go(File, Fun, Acc) -> any()

go/4

go(File, Fun, Acc, Opts) -> any()


Generated by EDoc