You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"pid=","The {PID} of the process to attach the profiler to.",(intpid)=>{pidList.Add(pid);}},
44
44
{"sampling-interval=",$"The {{VALUE}} of the sample interval in ms. Default is 8190Hz = {options.CpuSamplingIntervalInMs:0.000}ms.",(floatv)=>options.CpuSamplingIntervalInMs=v},
45
45
{"symbol-path=",$"The {{VALUE}} of symbol path. The default value is `{options.GetCachedSymbolPath()}`.", v =>options.SymbolPathText=v},
46
+
{"paused","Launch the profiler paused and wait for SPACE or ENTER keys to be pressed.", v =>options.Paused=vis not null},
46
47
{"keep-merged-etl-file","Keep the merged ETL file.", v =>options.KeepMergedEtl=vis not null},
47
48
{"keep-intermediate-etl-files","Keep the intermediate ETL files before merging.", v =>options.KeepEtlIntermediateFiles=vis not null},
48
49
{"mode=","Defines how the stdout/stderr of a program explicitly started by ultra should be integrated in its output. Default is `silent` which will not mix program's output. The other options are: `raw` is going to mix ultra and program output together in a raw output. `live` is going to mix ultra and program output within a live table.", v =>
0 commit comments