mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Move util::time::duration_from_seconds to profile::time
This commit is contained in:
parent
f8f00fac5b
commit
5a576e873e
4 changed files with 16 additions and 24 deletions
|
@ -12,8 +12,8 @@ use std::borrow::ToOwned;
|
|||
use std::cmp::Ordering;
|
||||
use std::collections::HashMap;
|
||||
use std::thread;
|
||||
use time::duration_from_seconds;
|
||||
use util::thread::spawn_named;
|
||||
use util::time::duration_from_seconds;
|
||||
|
||||
pub struct Profiler {
|
||||
/// The port through which messages are received.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue