diff options
| author | pavook <[email protected]> | 2024-08-22 16:26:27 +0300 |
|---|---|---|
| committer | pavook <[email protected]> | 2024-08-22 16:39:20 +0300 |
| commit | 8520e043f2e12acdfd39d971ebeeacbe9e5ac3ca (patch) | |
| tree | 55e2c5a3efebd951a92445ed5c7327c86479f655 /yt/cpp/mapreduce/interface/job_statistics.cpp | |
| parent | f9fbb65f64b68c5de5cf257c04e06ac6aeaeb1e8 (diff) | |
GLOBAL OTBIVKA FIX ୧༼ಠ益ಠ༽୨
Make all "otbivka" exactly 80 symbols.
Command:
```bash
sed -i 's#^//////////////\+$#////////////////////////////////////////////////////////////////////////////////#g' $(find yt \( -name '*.cpp' -or -name '*.h' -or -name '*.proto' \) -not -path 'yt/yt/experiments/private/tabletvis/imgui/*')
```
30a0ba9f42ba1909d3cee11fe12bba14c7c8b039
Diffstat (limited to 'yt/cpp/mapreduce/interface/job_statistics.cpp')
| -rw-r--r-- | yt/cpp/mapreduce/interface/job_statistics.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/yt/cpp/mapreduce/interface/job_statistics.cpp b/yt/cpp/mapreduce/interface/job_statistics.cpp index 4ff8dde3cca..0ee952f510c 100644 --- a/yt/cpp/mapreduce/interface/job_statistics.cpp +++ b/yt/cpp/mapreduce/interface/job_statistics.cpp @@ -17,7 +17,7 @@ namespace NYT { -//////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// template <> i64 ConvertJobStatisticsEntry(i64 value) @@ -31,7 +31,7 @@ TDuration ConvertJobStatisticsEntry(i64 value) return TDuration::MilliSeconds(value); } -//////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// static TTaskName JobTypeToTaskName(EJobType jobType) { @@ -55,7 +55,7 @@ static TTaskName FixTaskName(TString taskName) return taskName; } -//////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// class TJobStatistics::TData : public TThrRefBase @@ -140,7 +140,7 @@ public: } }; -//////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// struct TJobStatistics::TFilter : public TThrRefBase @@ -149,7 +149,7 @@ struct TJobStatistics::TFilter TVector<EJobState> JobStateFilter = {EJobState::Completed}; }; -//////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// const TString TJobStatistics::CustomStatisticsNamePrefix_ = "custom/"; @@ -293,7 +293,7 @@ TMaybe<TJobStatistics::TDataEntry> TJobStatistics::GetStatisticsImpl(TStringBuf return result; } -//////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// namespace { @@ -340,7 +340,7 @@ void WriteCustomStatisticsAny(TStringBuf path, const T& value) } -//////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// void WriteCustomStatistics(const TNode& statistics) { @@ -356,6 +356,6 @@ void WriteCustomStatistics(TStringBuf path, i64 value) void FlushCustomStatisticsStream() { GetStatisticsStream()->Flush(); } -//////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// } // namespace NYT |
