50 [[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.")]]
51void begin() const;
53 [[deprecated("This method blocks the calling thread until the scoped commands finish executing. Use end_scope() and collect() instead.")]]