Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions rfcs/20210513-pluggable-profiler-for-tensorflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,9 @@ Repeated profiling requests should not increase resource utilization over time.
* No memory corruption: profiling should not corrupt memory. e.g. due to dangling pointers.
* No deadlocks: any synchronization necessary to start/stop profiling should not block any application (TF) thread for a long time.

### Assumptions
Profiler libraries can assume that each time TensorFlow calls a `Start()`, it will call a `Stop()` next, i.e., no multiple consecutive `Start()` calls.

## **Alternatives Considered**

## **Performance Implications**
Expand Down