mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-19 17:47:25 -05:00
added tool for profiling code
This commit is contained in:
@@ -279,7 +279,7 @@ input[type="checkbox"].input-accordion-checkbox{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.html-log .performance p.time, .performance p.vram, .performance p.time abbr, .performance p.vram abbr {
|
||||
.html-log .performance p.time, .performance p.vram, .performance p.profile, .performance p.time abbr, .performance p.vram abbr {
|
||||
margin-bottom: 0;
|
||||
color: var(--block-title-text-color);
|
||||
}
|
||||
@@ -291,6 +291,10 @@ input[type="checkbox"].input-accordion-checkbox{
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.html-log .performance p.profile {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
.html-log .performance .measurement{
|
||||
color: var(--body-text-color);
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user