mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +08:00
Option to disable profiling and task timeline (#10414)
This commit is contained in:
@@ -294,3 +294,7 @@ RAY_CONFIG(uint64_t, metrics_report_interval_ms, 10000)
|
||||
|
||||
/// The maximum number of I/O worker that raylet starts.
|
||||
RAY_CONFIG(int, max_io_workers, 1)
|
||||
|
||||
/// Enable the task timeline. If this is enabled, certain events such as task
|
||||
/// execution are profiled and sent to the GCS.
|
||||
RAY_CONFIG(bool, enable_timeline, true)
|
||||
|
||||
Reference in New Issue
Block a user