Unit of measure for duration Column in Sql trace table

Hi folks,

i have inserted the profiler trace .trc file to a sql table with the query below.

SELECT * INTO MyTraceTemp

FROM ::fn_trace_gettable('c:\x\MyTrace.trc', default)

there is a duration column not sure if this is in micro or milli seconds.

please advise.

thanks.

The duration (in microseconds)

https://msdn.microsoft.com/en-us/library/hh245121.aspx