[][src]Function dart_sys::Dart_SaveCompilationTrace

pub unsafe extern "C" fn Dart_SaveCompilationTrace(
    buffer: *mut *mut u8,
    buffer_length: *mut isize
) -> Dart_Handle

Record all functions which have been compiled in the current isolate.

\param buffer Returns a pointer to a buffer containing the trace. This buffer is scope allocated and is only valid until the next call to Dart_ExitScope. \param size Returns the size of the buffer. \return Returns an valid handle upon success.