var searchIndex = {}; searchIndex["flame"] = {"doc":"","items":[[3,"Frame","flame","A chunk of spans that are meant to be grouped together into a "frame".",null,null],[12,"roots","","A list of spans contained inside this frame.",0,null],[3,"Span","","A named timespan.",null,null],[12,"name","","The name of the span",1,null],[12,"start_ns","","The timestamp of the start of the span",1,null],[12,"end_ns","","The timestamp of the end of the span",1,null],[12,"delta","","The time that ellapsed between start_ns and end_ns",1,null],[12,"depth","","How deep this span is in the tree",1,null],[12,"children","","A list of spans that occurred inside this one",1,null],[12,"notes","","A list of notes that occurred inside this span",1,null],[3,"Note","","A note for use in debugging.",null,null],[12,"name","","A short name describing what happened at some instant in time",2,null],[12,"description","","A longer description",2,null],[12,"instant","","The time that the note was added",2,null],[3,"SpanGuard","","",null,null],[5,"start_guard","","Starts a Span and also returns a SpanGuard.",null,{"inputs":[{"name":"s"}],"output":{"name":"spanguard"}}],[5,"span_of","","Starts and ends a Span that lasts for the duration of the\nfunction `f`.",null,{"inputs":[{"name":"s"},{"name":"f"}],"output":{"name":"r"}}],[5,"start","","Starts a new Span",null,{"inputs":[{"name":"s"}],"output":null}],[5,"end","","Ends the current Span and returns the number\nof nanoseconds that passed.",null,{"inputs":[{"name":"s"}],"output":{"name":"u64"}}],[5,"note","","Records a note on the current Span.",null,{"inputs":[{"name":"s"},{"name":"option"}],"output":null}],[5,"next_frame","","Starts a new frame.",null,{"inputs":[],"output":null}],[5,"clear","","Clears all of the recorded info that Flame has\ntracked.",null,{"inputs":[],"output":null}],[5,"frames","","Returns a list of frames",null,{"inputs":[],"output":{"name":"vec"}}],[5,"debug","","Prints all of the frames to stdout.",null,{"inputs":[],"output":null}],[5,"dump_svg","","",null,{"inputs":[{"name":"w"}],"output":{"name":"ioresult"}}],[6,"StrCow","","",null,null],[11,"fmt","","",0,null],[11,"fmt","","",1,null],[11,"clone","","",2,null],[11,"fmt","","",2,null],[11,"drop","","",3,null],[11,"end","","",3,null]],"paths":[[3,"Frame"],[3,"Span"],[3,"Note"],[3,"SpanGuard"]]}; initSearch(searchIndex);