• hongchan's avatar
    Add TRACE_EVENTX() in WebAudio rendering pipe line · ab52b626
    hongchan authored
    This CL adds multiple trace events (TRACE_EVENTX) in various points in
    the rendering to investigate the cause of glitches.
    
    ("webaudio", "AudioDestination::Start")
    ("webaudio", "AudioDestination::Stop")
    ("webaudio", "AudioDestination::RequestRenderOnWebThread", "frames_to_render", frames_to_render)
    ("webaudio", "AudioDestination::Render", "callback_buffer_size", number_of_frames)
    ("webaudio", "AudioDestinationHandler::Render")
    
    BUG=718554
    
    Review-Url: https://codereview.chromium.org/2858223003
    Cr-Commit-Position: refs/heads/master@{#469557}
    ab52b626
AudioDestination.cpp 10.3 KB