Enable Packet Trace and run your simulation. Queuing Delay, Transmission Time and Propagation Delay at a per-packet level can be calculated from the trace as follows:
Queuing Delay = PHY_LAYER_ARRIVAL_TIME – NETWORK_LAYER_ARRIVAL_TIME
Transmission Time = PHY_LAYER_START_TIME - PHY_LAYER_ARRIVAL_TIME
Propagation Delay = PHY_END_TIME - PHY_LAYER_START_TIME
Related Articles: