roundTrips property

int? roundTrips
final

Network round-trips this event represents.

One statement is one round-trip. A cached procedure describe that is skipped is not a round-trip. This is not "how many SQL strings were built".

Implementation

final int? roundTrips;