Displaying 3 results from an estimated 3 matches for "vpts".
Did you mean:
pts
2012 May 02
1
scanning a data set for strings
Hello,
I'm looking for what I'm sure is a quick answer. I'm working with a data set
that looks like this:
Week Game.ID VTm VPts HTm HPts
Differential HomeWin
1 1 NFL_20050908_OAK at NE OAK 20 NE 30 10
FALSE
2 1 NFL_20050911_ARI at NYG ARI 19 NYG 42 23
FALSE
3 1 NFL_20050911_CHI at WAS CHI 7 WAS 9 2
FALSE
4...
2009 Feb 09
4
Align periodic vpts to reduce timer interrupts and save power
Hi,
After c/s 18694 changed vHPET to vpt, for single HVM RHEL 5u1 guest idle case, our box will consume ~0.8W more power than before. The reason is two periodical vpts'' expires are hard to be aligned in the 50us soft timer SLOP. So we are considering a vpt specific enhancement which could try to just align periodical timers within vpt.
A generic enhancement is to add a new interface like align_timer:
(create_periodic_time)
if ( period )
pt->sched...
2012 May 11
2
moving data from one frame to another
Hello,
I am working with two different data frames, and I'd like to move data from
one to the other. Here is the first frame:
> head(five)
Week Game.ID VTm VPts HTm HPts HDifferential VDifferential
1 1 NFL_20050908_OAK at NE OAK 20 NE 30 10 -10
2 1 NFL_20050911_ARI at NYG ARI 19 NYG 42 23 -23
3 1 NFL_20050911_CHI at WAS CHI 7 WAS 9 2 -2
4 1 NFL_20050911_CIN at CLE...