Function TRTSERVER_ServerOptionsSetProfiling

Function Documentation

TRTSERVER_Error *TRTSERVER_ServerOptionsSetProfiling(TRTSERVER_ServerOptions *options, bool profiling)

Enable or disable profiling in a server options.

Return

a TRTSERVER_Error indicating success or failure.

Parameters
  • options: The server options object.

  • strict: True to enable profiling, false to disable.