Tofu: initial version
Change-Id: I9c464d5af883c18715a97ca9e9981cf73b260f90
This commit is contained in:
committed by
Masamichi Takagi
parent
fe83deb3db
commit
92902d36fc
@@ -473,7 +473,7 @@ int do_profile(int flag)
|
||||
if (flag & PROF_ON) {
|
||||
if (!thread->profile) {
|
||||
thread->profile = 1;
|
||||
thread->profile_start_ts = 0;
|
||||
thread->profile_start_ts = now_ts;
|
||||
}
|
||||
}
|
||||
else if (flag & PROF_OFF) {
|
||||
|
||||
Reference in New Issue
Block a user