Add a stub WriteProfile method to GraphProfilerStub.
PiperOrigin-RevId: 502388455
This commit is contained in:
parent
92a2e02ace
commit
ffd8486d0d
|
@ -93,6 +93,7 @@ class GraphProfilerStub {
|
||||||
PopulateGraphConfig populate_config = PopulateGraphConfig::kNo) {
|
PopulateGraphConfig populate_config = PopulateGraphConfig::kNo) {
|
||||||
return absl::OkStatus();
|
return absl::OkStatus();
|
||||||
}
|
}
|
||||||
|
inline absl::Status WriteProfile() { return absl::OkStatus(); }
|
||||||
inline void Pause() {}
|
inline void Pause() {}
|
||||||
inline void Resume() {}
|
inline void Resume() {}
|
||||||
inline void Reset() {}
|
inline void Reset() {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user