Skip to content

Commit

Permalink
Remove goodput from legacy PTM
Browse files Browse the repository at this point in the history
Summary: Removed all calls to log goodput/writeblocks

Differential Revision: D69949670

fbshipit-source-id: b585bf1e081479741ab631c6f2a981fd24bd5342
  • Loading branch information
metaduc authored and facebook-github-bot committed Feb 22, 2025
1 parent 04e8f3d commit 373bc7f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions proxygen/lib/utils/Time.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@

#pragma once

#include <algorithm>
#include <chrono>
#include <cinttypes>
#include <folly/portability/Time.h>
#include <memory>
#include <string>

#include <folly/portability/Time.h>

namespace proxygen {

using SteadyClock = std::chrono::steady_clock;
Expand Down

0 comments on commit 373bc7f

Please sign in to comment.