public static int
DrawBasics.GetNumberOfDrawnLinesSinceCycleStart()
Use this if you want to check and get a feel how many drawn lines are "consumed" by various draw operations.
"Cycle" means: In Playmode it is the Update loop, so it means "since the start of the current Update frame". In Edit mode and in game pauses the cycle refers to one cycle of "OnDrawGizmos".