I hereby claim:
- I am ohmpatel1997 on github.
- I am ohmpatel1997 (https://keybase.io/ohmpatel1997) on keybase.
- I have a public key ASD5pEnVO8noHi6q0sgPYJBIBU-zDWBWU01FiCOkn14QXAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
For detailed explanation look for https://apple.stackexchange.com/questions/267581/gpu-problem-boot-hangs-on-grey-screen/295805#295805
Thanks to LangLangC
For temperature and other improvements see https://gist.github.com/cdleon/d16e7743e6f056fedbebc329333d79df
| package main | |
| import ( | |
| "fmt" | |
| "time" | |
| ) | |
| type Topic struct { | |
| message string |
| func main() { | |
| s := time.Now() | |
| args := os.Args[1:] | |
| if len(args) != 6 { // for format LogExtractor.exe -f "From Time" -t "To Time" -i "Log file directory location" | |
| fmt.Println("Please give proper command line arguments") | |
| return | |
| } | |
| startTimeArg := args[1] | |
| finishTimeArg := args[3] |