percentage | object | symbol | category |
---|---|---|---|
27.43% | python |
_PyEval_EvalFrameDefault |
interpreter |
11.89% | python |
gc_collect_main |
gc |
2.83% | python |
sre_ucs1_match |
library |
2.46% | python |
unicodekeys_lookup_unicode |
lookup |
2.39% | python |
_PyType_LookupRef |
lookup |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 42b823dd93eac573fa501050980cc3aa37ea73edd06e71d225164b3ef93e787f | |
// $ 'C:\Program Files\Python311\python.exe' 'C:\actions-runner\_work\benchmarking\benchmarking\cpython\Tools\jit\build.py' x86_64-pc-windows-msvc | |
void | |
emit__BINARY_OP( | |
unsigned char *code, unsigned char *data, _PyExecutorObject *executor, | |
const _PyUOpInstruction *instruction, jit_state *state) | |
{ | |
// | |
// C:\Users\DDFUN\AppData\Local\Temp\tmpwlwcrdc9\_BINARY_OP.o: file format coff-x86-64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Barba, Lorena A., and Forsyth, Gilbert F. (2018). | |
# CFD Python: the 12 steps to Navier-Stokes equations. | |
# Journal of Open Source Education, 1(9), 21, | |
# https://doi.org/10.21105/jose.00021 | |
# TODO: License | |
# (c) 2017 Lorena A. Barba, Gilbert F. Forsyth. | |
# All content is under Creative Commons Attribution CC-BY 4.0, | |
# and all code is under BSD-3 clause (previously under MIT, and changed on March 8, 2018). | |
import numpy as np |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.