Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/cddl/osnet/dev/profile Bump PROF_ARTIFICIAL_FRAMES ...



details:   https://anonhg.NetBSD.org/src/rev/46c592e90e7a
branches:  trunk
changeset: 932790:46c592e90e7a
user:      ad <ad%NetBSD.org@localhost>
date:      Fri May 15 23:57:17 2020 +0000

description:
Bump PROF_ARTIFICIAL_FRAMES to 4 now that cyclics are run from statclock().

diffstat:

 external/cddl/osnet/dev/profile/profile.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c0e1a270c182 -r 46c592e90e7a external/cddl/osnet/dev/profile/profile.c
--- a/external/cddl/osnet/dev/profile/profile.c Fri May 15 23:32:27 2020 +0000
+++ b/external/cddl/osnet/dev/profile/profile.c Fri May 15 23:57:17 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: profile.c,v 1.10 2018/06/29 11:33:46 kamil Exp $       */
+/*     $NetBSD: profile.c,v 1.11 2020/05/15 23:57:17 ad Exp $  */
 
 /*
  * CDDL HEADER START
@@ -169,7 +169,7 @@
 #endif /* __FreeBSD__ */
 
 #ifdef __NetBSD__
-#define        PROF_ARTIFICIAL_FRAMES  3
+#define        PROF_ARTIFICIAL_FRAMES  4
 #endif
 
 typedef struct profile_probe {



Home | Main Index | Thread Index | Old Index