49 [[deprecated("Use begin_scope() instead, which does the exact same thing, but is named more clearly and fits better with the new way of using gl_time_query.")]]
50void begin() const;
52 [[deprecated("This method blocks the calling thread until the scoped commands finish executing. Use end_scope() and collect() instead.")]]