// Reset all counts to zero mid-testcomposeTestRule.resetRecompositionCounts()// Get the current recomposition count for a tagvalcount:Int=composeTestRule.getRecompositionCount("tag")// Enable with Logcat output for manual debuggingDejavu.enable(app=this,logToLogcat=true)// Disable tracking and clear all dataDejavu.disable()