-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #606 from StanfordVL/profiling
Update Profiling
- Loading branch information
Showing
5 changed files
with
26 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<link rel="stylesheet" href="profiling.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/chart.js@2.9.2/dist/Chart.min.js"></script> | ||
</head> | ||
<body> | ||
<header id="header"> | ||
|
@@ -32,7 +32,7 @@ <h5>*Ran with GPU dynamics on</h5> | |
<div class="col-3"> | ||
<div class="list-group list-group-light" id="baseline_tab" role="tablist"> | ||
<a class="list-group-item list-group-item-action active px-2 border-0" id="baseline_total_tab" | ||
data-toggle="list" href="#baseline_total" role="tab" aria-controls="baseline_total">Total Frame Time</a> | ||
data-toggle="list" href="#baseline_total" role="tab" aria-controls="baseline_total">FPS</a> | ||
<a class="list-group-item list-group-item-action px-2 border-0" id="baseline_loading_tab" | ||
data-toggle="list" href="#baseline_loading" role="tab" aria-controls="baseline_loading">Loading Time</a> | ||
<a class="list-group-item list-group-item-action px-2 border-0" id="baseline_omni_tab" | ||
|
@@ -76,7 +76,7 @@ <h5>* Ran with GPU dynamics off</h5> | |
<div class="col-3"> | ||
<div class="list-group list-group-light" id="scene_tab" role="tablist"> | ||
<a class="list-group-item list-group-item-action active px-2 border-0" id="scene_total_tab" | ||
data-toggle="list" href="#scene_total" role="tab" aria-controls="scene_total">Total Frame Time</a> | ||
data-toggle="list" href="#scene_total" role="tab" aria-controls="scene_total">FPS</a> | ||
<a class="list-group-item list-group-item-action px-2 border-0" id="scene_loading_tab" | ||
data-toggle="list" href="#scene_loading" role="tab" aria-controls="scene_loading">Loading Time</a> | ||
<a class="list-group-item list-group-item-action px-2 border-0" id="scene_omni_tab" | ||
|
@@ -120,7 +120,7 @@ <h5>* Ran with GPU dynamics on</h5> | |
<div class="col-3"> | ||
<div class="list-group list-group-light" id="np_tab" role="tablist"> | ||
<a class="list-group-item list-group-item-action active px-2 border-0" id="np_total_tab" | ||
data-toggle="list" href="#np_total" role="tab" aria-controls="np_total">Total Frame Time</a> | ||
data-toggle="list" href="#np_total" role="tab" aria-controls="np_total">FPS</a> | ||
<a class="list-group-item list-group-item-action px-2 border-0" id="np_loading_tab" | ||
data-toggle="list" href="#np_loading" role="tab" aria-controls="np_loading">Loading Time</a> | ||
<a class="list-group-item list-group-item-action px-2 border-0" id="np_omni_tab" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters