Displaying 2 results from an estimated 2 matches for "1021580".
Did you mean:
102150
2011 Jul 05
1
hash table access, vector access &c
...2.4058
ZIV : ZIV -1 12.2987 17.3862 37455 16.6068
ZIXI : ZIXI 254900000 2.1 4.88 905849 3.5146
...
moreover,
> ysmd.table[['FLO']]
X.stock market.cap X52.week.low X52.week.high X3.month.average.daily.volume
100 FLO 2.984e+09 15.3133 22.37 1021580
X50.day.moving.average.price
100 21.3769
quite correctly.
however,
> ysmd.table[ysmd$X.stock[[100]]]
<hash> containing 0 key-value pair(s).
NA : NULL
so, how do I access the hash table element using non-literal strings?
or, how do I convert ysmd$X.stock[[100]]...
2012 Apr 01
0
[LLVMdev] How to Get Path Profile and Print it
Hello;
I was trying to use utils/profile.pl script to get path profile and print
it from a simple hello world program.
First I do the following -
Compile the hello.c into LLVM bitcode file using -
clang hello.c -S -emit-llvm -o hello.bc
But when I try to run the following script -
../llvmclang/llvm-3.0.src/utils/profile.pl -edge hello.bc
I get the following error -
llvm-prof: hello.bc: