Displaying 6 results from an estimated 6 matches for "schedq".
Did you mean:
sched
2003 Oct 27
1
Fwd: Re: Asterisk on FreeBSD
...hed_wait(sched) is returning
zeroes Take a look....
{
/*
* Return the number of milliseconds
* until the next scheduled event
*/
struct timeval tv;
int ms;
DEBUG(ast_log(LOG_DEBUG, "ast_sched_wait()\n"));
if (!con->schedq)
return -1;
if (gettimeofday(&tv, NULL) < 0) {
/* This should never happen */
return 0;
};
ms = (con->schedq->when.tv_sec - tv.tv_sec) * 1000;
ms += (con->schedq->when.tv_usec - tv.tv_usec) / 1000;...
2018 Mar 02
0
[RFC] llvm-mca: a static performance analysis tool
...////
> Iterations: 300
> Instructions: 900
> Total Cycles: 610
> Dispatch Width: 2
> IPC: 1.48
>
>
> Dynamic Dispatch Stall Cycles:
> RAT - Register unavailable: 0
> RCU - Retire tokens unavailable: 0
> SCHEDQ - Scheduler full: 272
> LQ - Load queue full: 0
> SQ - Store queue full: 0
> GROUP - Static restrictions on the dispatch group: 0
>
>
> Register Alias Table:
> Total number of mappings cr...
2018 Mar 01
9
[RFC] llvm-mca: a static performance analysis tool
...discussed in the previous sections.
///////////////////
Iterations: 300
Instructions: 900
Total Cycles: 610
Dispatch Width: 2
IPC: 1.48
Dynamic Dispatch Stall Cycles:
RAT - Register unavailable: 0
RCU - Retire tokens unavailable: 0
SCHEDQ - Scheduler full: 272
LQ - Load queue full: 0
SQ - Store queue full: 0
GROUP - Static restrictions on the dispatch group: 0
Register Alias Table:
Total number of mappings created: 900
Max number of mappings...
2018 Mar 02
0
[RFC] llvm-mca: a static performance analysis tool
...////
> Iterations: 300
> Instructions: 900
> Total Cycles: 610
> Dispatch Width: 2
> IPC: 1.48
>
>
> Dynamic Dispatch Stall Cycles:
> RAT - Register unavailable: 0
> RCU - Retire tokens unavailable: 0
> SCHEDQ - Scheduler full: 272
> LQ - Load queue full: 0
> SQ - Store queue full: 0
> GROUP - Static restrictions on the dispatch group: 0
>
>
> Register Alias Table:
> Total number of mappings cr...
2018 Mar 02
0
[RFC] llvm-mca: a static performance analysis tool
...//
> Iterations: 300
> Instructions: 900
> Total Cycles: 610
> Dispatch Width: 2
> IPC: 1.48
>
>
> Dynamic Dispatch Stall Cycles:
> RAT - Register unavailable: 0
> RCU - Retire tokens unavailable: 0
> SCHEDQ - Scheduler full: 272
> LQ - Load queue full: 0
> SQ - Store queue full: 0
> GROUP - Static restrictions on the dispatch group: 0
>
>
> Register Alias Table:
> Total number of mappings...
2018 Mar 02
5
[RFC] llvm-mca: a static performance analysis tool
...////
> Iterations: 300
> Instructions: 900
> Total Cycles: 610
> Dispatch Width: 2
> IPC: 1.48
>
>
> Dynamic Dispatch Stall Cycles:
> RAT - Register unavailable: 0
> RCU - Retire tokens unavailable: 0
> SCHEDQ - Scheduler full: 272
> LQ - Load queue full: 0
> SQ - Store queue full: 0
> GROUP - Static restrictions on the dispatch group: 0
>
>
> Register Alias Table:
> Total number of mappings cr...