emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests 9767368 308/316: Synchronize ced


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 9767368 308/316: Synchronize cedet/semantic with Emacs.
Date: Fri, 27 Jan 2017 20:03:49 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit 97673689be8979093ecb9a1f99f7d4f41eafaff8
Author: xscript <address@hidden>
Commit: Edward John Steere <address@hidden>

    Synchronize cedet/semantic with Emacs.
---
 test/manual/cedet/cedet/semantic/idle.el |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/test/manual/cedet/cedet/semantic/idle.el 
b/test/manual/cedet/cedet/semantic/idle.el
new file mode 100644
index 0000000..7738a91
--- /dev/null
+++ b/test/manual/cedet/cedet/semantic/idle.el
@@ -0,0 +1,7 @@
+(defun semantic-idle-pnf-test ()
+  "Test `semantic-idle-scheduler-work-parse-neighboring-files' and time it."
+  (interactive)
+  (let ((start (current-time))
+        (junk (semantic-idle-scheduler-work-parse-neighboring-files))
+        (end (current-time)))
+    (message "Work took %.2f seconds." (semantic.elapsed-time start end))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]