startSocketProfiling method

  1. @Deprecated('Use socketProfilingEnabled instead')
Future<Success> startSocketProfiling(
  1. String isolateId
)

Start profiling new socket connections. Statistics for sockets created before profiling was enabled will not be recorded.

Implementation

@Deprecated('Use socketProfilingEnabled instead')
Future<Success> startSocketProfiling(String isolateId) =>
    _callHelper('ext.dart.io.startSocketProfiling', isolateId);