X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=metrics.h;h=45fef33cabc93ae38d788be3950459d29970bede;hb=7980e4108be1dff9b074aa91b97c8d787df41d83;hp=b5f985977a5a6ecbeec45024a1a45864a5b196c0;hpb=61b4545d541527ca2bd76811195b964595db7ed1;p=fips diff --git a/metrics.h b/metrics.h index b5f9859..45fef33 100644 --- a/metrics.h +++ b/metrics.h @@ -77,6 +77,12 @@ metrics_counter_stop (void); void metrics_set_current_op (metrics_op_t op); +/* Return the current metrics_op_t value, (the value most-recently-set + * with a call to metrics_set_current_op). + */ +metrics_op_t +metrics_get_current_op (void); + /* Should be called at the end of every function wrapper for a * function that ends a frame, (glXSwapBuffers and similar). *