pubstructProfileSettings{/// Number of frames to keep in memory for each profile, before dropping
/// the oldest frame.
pubframe_limit:usize,
}implDefault forProfileSettings{fndefault()->Self{Self{// Approximately 10 seconds worth of frame data.
frame_limit:600,}}}