Skip to content

Commit

Permalink
variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
sraikund16 committed Oct 11, 2024
1 parent f8c6e6f commit bb90e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libkineto/src/CuptiActivityProfiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@ void CuptiActivityProfiler::toggleCollectionDynamic(const bool enable) {

void CuptiActivityProfiler::startTraceInternal(
const time_point<system_clock>& now) {
captu/WindowStartTime_ = libkineto::timeSinceEpoch(now);
captureWindowStartTime_ = libkineto::timeSinceEpoch(now);
VLOG(0) << "Warmup -> CollectTrace";
for (auto& session : sessions_) {
LOG(INFO) << "Starting child profiler session";
Expand Down

0 comments on commit bb90e40

Please sign in to comment.