search for: get_timestamp

Displaying 7 results from an estimated 7 matches for "get_timestamp".

2011 Aug 09
3
what is the fastest way to fetch results which are sorted by timestamp ?
what is the fastest way to fetch results which are sorted by timestamp ? i want to use xapian as my search engine , use add_boolean_term(something) and add_value(0,sortable_serialise(get_timestamp())) to a doc. search through enquire.set_weighting_scheme(xapian.BoolWeight()) and enquire.set_sort_by_value(0,True) to ensure that the results are sorted by the timestamp. This method is ok , but is there a faster way to do that ? Since i have millions of records .
2007 Apr 18
5
[patch 0/4] Revised softlockup watchdog improvement patches
Hi Ingo, This series of patches implements a number of improvements to the softlockup watchdog and its users. They are: 1. Make the watchdog ignore stolen time When running under a hypervisor, the kernel may lose an arbitrary amount of time as "stolen time". This may cause the softlockup watchdog to trigger spruiously. Xen and VMI implement sched_clock() as measuring unstolen time,
2007 Apr 18
5
[patch 0/4] Revised softlockup watchdog improvement patches
Hi Ingo, This series of patches implements a number of improvements to the softlockup watchdog and its users. They are: 1. Make the watchdog ignore stolen time When running under a hypervisor, the kernel may lose an arbitrary amount of time as "stolen time". This may cause the softlockup watchdog to trigger spruiously. Xen and VMI implement sched_clock() as measuring unstolen time,
2007 Mar 30
0
[932] branches/wxruby2/wxwidgets_282/doc/textile/event.txtl: 2.8 updates and corrections to Event doc
...;span class="cx"> </span><span class="cx"> Returns true if the event handler should be skipped, false otherwise. </span><span class="cx"> </span><ins>+ </ins><span class="cx"> h3(#Event_gettimestamp). Event#get_timestamp </span><span class="cx"> </span><span class="cx"> Integer *get_timestamp*() </span><span class="cx"> </span><del>-Gets the timestamp for the event. </del><ins>+Gets the timestamp for the event. The timestam...
2007 Feb 12
0
[867] trunk/wxruby2/doc/textile/log.txtl: Fix methods section, organise instance and class methods
...t;clear_trace_masks":#Log_cleartracemasks +* "get_trace_masks":#Log_gettracemasks +* "is_allowed_trace_mask":#Log_isallowedtracemask +* "set_verbose":#Log_setverbose +* "get_verbose":#Log_getverbose +* "set_timestamp":#Log_settimestamp +* "get_timestamp":#Log_gettimestamp +* "set_trace_mask":#Log_settracemask +* "get_trace_mask":#Log_gettracemask </ins><span class="cx"> </span><del>-"set_verbose":#Log_setverbose </del><ins>+h3(#Log_onlog). Log.on_log </ins><...
2011 Aug 11
3
Fwd: Re: what is the fastest way to fetch results which are sorted by timestamp ?
...t an index in such order though, > > particularly in the face of updates, assuming that you want the sort > > order to show most recent first. > > > > > i want to use xapian as my search engine , use > add_boolean_term(something) and > add_value(0,sortable_serialise(get_timestamp())) to a doc. > > > search through enquire.set_weighting_scheme(xapian.BoolWeight()) and > enquire.set_sort_by_value(0,True) to ensure that the results are sorted by > the timestamp. > > > > That's another approach, certainly. > > > > > This method is o...
2017 Dec 08
0
Wine release 3.0-rc1
...mshtml: Don't store dispatch mode in DOMEvent object. mshtml: Added IDOMEvent::dispatchEvent implementation. mshtml: Expose IDocumentEvent to scripts. mshtml/tests: Added more event object tests. jscript: Support VT_UI8 in variant_to_jsval. mshtml: Added IDOMEvent::get_timeStamp implementation. mshtml.idl: Added IDOMKeyboardEvent declaration. bcrypt/tests: Use common helper for testing different hash types. bcrypt: Added MD2 hash support. rsaenh: Use bcrypt for MD2 hashes. rsaenh: Use bcrypt for SHA1 hashes. bcrypt: Added support for MD4...