I suppose your red marker is the pulse length you wish to measure? The scope shows it occupies 5 clock cycles.
To measure its duration with electronic devices... There's the popular 4017 decade counter IC. Your simulator may contain the model.
You must contrive methods to:
* reset the count
* start the count
* apply correct voltage to the Count Enable pin.
I had to experiment with my simulation to get the desired led to light and stay on as the pulse ends. Notice the fifth led is on, telling us the pulse lasted for 5 clock cycles. I had to install an invert-gate to apply the proper polarity to make the 4017 advance.
View attachment 184162